[Tinyos-2-commits] CVS: tinyos-2.x/support/make/avr avr.rules, 1.12, 1.13

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


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

Modified Files:
	avr.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: avr.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/avr/avr.rules,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** avr.rules	11 Mar 2008 09:34:13 -0000	1.12
--- avr.rules	11 Mar 2008 09:51:22 -0000	1.13
***************
*** 98,102 ****
  
  $(BUILDDIR)/StorageVolumes.h: $(VOLUMEFILE)
! 	$(VOLUME_ALLOCATOR) $(PLATFORMDIR) $(VOLUME_ALLOCATOR_FLAGS) <$(VOLUMEFILE) >$@ || rm -f $@
  
  PFLAGS += -I$(BUILDDIR)
--- 98,102 ----
  
  $(BUILDDIR)/StorageVolumes.h: $(VOLUMEFILE)
! 	$(VOLUME_ALLOCATOR) $(VOLUME_ALLOCATOR_FLAGS) $(PLATFORMDIR) <$(VOLUMEFILE) >$@ || rm -f $@
  
  PFLAGS += -I$(BUILDDIR)



More information about the Tinyos-2-commits mailing list