[Tinyos-2-commits] CVS: tinyos-2.x/support/make/avr avr.rules, 1.22, 1.23
John Regehr
regehr at users.sourceforge.net
Fri Apr 10 22:39:42 PDT 2009
Update of /cvsroot/tinyos/tinyos-2.x/support/make/avr
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19570
Modified Files:
avr.rules
Log Message:
ignore failure of tos-ramsize, it is not a critical part of the build
Index: avr.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/avr/avr.rules,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** avr.rules 10 Apr 2009 22:32:06 -0000 1.22
--- avr.rules 11 Apr 2009 05:39:40 -0000 1.23
***************
*** 142,146 ****
ifdef STACK_CHECK
@echo
! @tos-ramsize $(PLATFORM) $(MAIN_EXE)
@echo
endif
--- 142,146 ----
ifdef STACK_CHECK
@echo
! @-tos-ramsize $(PLATFORM) $(MAIN_EXE)
@echo
endif
More information about the Tinyos-2-commits
mailing list