[Tinyos-2-commits] CVS: tinyos-2.x/support/make/msp msp.rules, 1.9, 1.10

Kevin Klues klueska at users.sourceforge.net
Tue Mar 11 02:51:27 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/support/make/msp
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22316/msp

Modified Files:
	msp.rules 
Log Message:
Changed bsl.exra to search for the string between the commas and not short circuiting after seeing a digit when installing to some default tty device.  Also added some more variables to the avr.rules and msp430.rules to allow more flexibility in the way the tos-storage-XXX scripts are invoked

Index: msp.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/msp/msp.rules,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** msp.rules	11 Mar 2008 08:28:54 -0000	1.9
--- msp.rules	11 Mar 2008 09:51:24 -0000	1.10
***************
*** 69,73 ****
  VOLUME_ALLOCATOR_FLAGS ?= 
  $(BUILDDIR)/StorageVolumes.h: $(VOLUME_FILE)
! 	$(VOLUME_ALLOCATOR) $(PLATFORMDIR) $(VOLUME_ALLOCATOR_FLAGS) <$(VOLUME_FILE) >$@ || rm -f $@
  
  PFLAGS += -I$(BUILDDIR)
--- 69,73 ----
  VOLUME_ALLOCATOR_FLAGS ?= 
  $(BUILDDIR)/StorageVolumes.h: $(VOLUME_FILE)
! 	$(VOLUME_ALLOCATOR) $(VOLUME_ALLOCATOR_FLAGS) $(PLATFORMDIR) <$(VOLUME_FILE) >$@ || rm -f $@
  
  PFLAGS += -I$(BUILDDIR)



More information about the Tinyos-2-commits mailing list