From 8b9ae404078ab797dc61c54ffb15771775ed2ad1 Mon Sep 17 00:00:00 2001 From: regehr Date: Sat, 16 Feb 2008 19:48:52 +0000 Subject: [PATCH] don't print safe tinyos banner --- support/make/avr/avr.rules | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.39.2