[Tinyos-2-commits] CVS: tinyos-2.x/support/make/avr avr.rules, 1.9, 1.10

John Regehr regehr at users.sourceforge.net
Sat Feb 16 11:48:54 PST 2008


Update of /cvsroot/tinyos/tinyos-2.x/support/make/avr
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27453

Modified Files:
	avr.rules 
Log Message:
don't print safe tinyos banner

Index: avr.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/avr/avr.rules,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** avr.rules	11 Feb 2008 20:12:15 -0000	1.9
--- avr.rules	16 Feb 2008 19:48:52 -0000	1.10
***************
*** 131,137 ****
  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
--- 131,134 ----



More information about the Tinyos-2-commits mailing list