[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestSerialBandwidth Makefile, 1.3, 1.4

Razvan Musaloiu-E. razvanm at users.sourceforge.net
Mon Feb 2 10:08:08 PST 2009


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestSerialBandwidth
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17789/apps/tests/TestSerialBandwidth

Modified Files:
	Makefile 
Log Message:
Use CLEAN_EXTRA to remove the *.class *.pyc *Msg.java and *Msg.py.


Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestSerialBandwidth/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile	7 Nov 2006 19:30:35 -0000	1.3
--- Makefile	2 Feb 2009 18:08:06 -0000	1.4
***************
*** 2,5 ****
--- 2,6 ----
  BUILD_EXTRA_DEPS += TestSerialMsg.class TestSerial.class
  CFLAGS += -DTOSH_DATA_LENGTH=100
+ CLEAN_EXTRA = *.class TestSerialMsg.java
  
  %.class: %.java



More information about the Tinyos-2-commits mailing list