From: regehr Date: Sat, 11 Apr 2009 05:39:40 +0000 (+0000) Subject: ignore failure of tos-ramsize, it is not a critical part of the build X-Git-Tag: rc_6_tinyos_2_1_1~415 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=72e5d8e86c6ad1faf10c159382e8cd72c54dbd10 ignore failure of tos-ramsize, it is not a critical part of the build --- diff --git a/support/make/avr/avr.rules b/support/make/avr/avr.rules index dfbbcb10..feba047c 100644 --- a/support/make/avr/avr.rules +++ b/support/make/avr/avr.rules @@ -141,7 +141,7 @@ ifdef WIRING_CHECK_FILE endif ifdef STACK_CHECK @echo - @tos-ramsize $(PLATFORM) $(MAIN_EXE) + @-tos-ramsize $(PLATFORM) $(MAIN_EXE) @echo endif @echo " compiled $(COMPONENT) to $(MAIN_EXE)"