[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420/LplBroadcastCountToLeds Makefile, 1.1, 1.2

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/cc2420/LplBroadcastCountToLeds
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17789/apps/tests/cc2420/LplBroadcastCountToLeds

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/cc2420/LplBroadcastCountToLeds/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile	12 Apr 2007 17:14:08 -0000	1.1
--- Makefile	2 Feb 2009 18:08:06 -0000	1.2
***************
*** 5,8 ****
--- 5,9 ----
  
  BUILD_EXTRA_DEPS = RadioCountMsg.py RadioCountMsg.class
+ CLEAN_EXTRA = *.class *.pyc RadioCountMsg.py RadioCountMsg.java
  
  RadioCountMsg.py: RadioCountToLeds.h



More information about the Tinyos-2-commits mailing list