]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
don't print safe tinyos banner
authorregehr <regehr>
Sat, 16 Feb 2008 19:48:52 +0000 (19:48 +0000)
committerregehr <regehr>
Sat, 16 Feb 2008 19:48:52 +0000 (19:48 +0000)
support/make/avr/avr.rules

index 3afd445a6c6b018e8ce97fb3fcb3301115de7fd7..67d0a47f68486f64072ca7ca41cdfe0e232a0a2f 100644 (file)
@@ -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)