From: regehr Date: Sat, 16 Feb 2008 19:48:52 +0000 (+0000) Subject: don't print safe tinyos banner X-Git-Tag: release_tinyos_2_1_0_0~532 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=8b9ae404078ab797dc61c54ffb15771775ed2ad1 don't print safe tinyos banner --- diff --git a/support/make/avr/avr.rules b/support/make/avr/avr.rules index 3afd445a..67d0a47f 100644 --- a/support/make/avr/avr.rules +++ b/support/make/avr/avr.rules @@ -130,9 +130,6 @@ exe: exe0 bytes FORCE exe0: builddir $(BUILD_EXTRA_DEPS) FORCE @echo " compiling $(COMPONENT) to a $(PLATFORM) binary" -ifdef MAKE_DEPUTY_FLAG - @echo " ***** compiling Safe TinyOS *****" -endif $(NCC) -o $(MAIN_EXE) $(NCC_SAFE_TINYOS_FLAG) $(OPTFLAGS) $(PFLAGS) $(CFLAGS) $(WIRING_CHECK_FLAGS) $(COMPONENT).nc $(LIBS) $(LDFLAGS) ifdef WIRING_CHECK_FILE @nescc-wiring $(WIRING_CHECK_FILE)