[Tinyos-2-commits] CVS: tinyos-2.x/support/make clean.target,
1.1.2.2, 1.1.2.3
David Gay
idgay at users.sourceforge.net
Tue Jun 13 09:27:56 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/support/make
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22582
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
clean.target
Log Message:
add variable to allow app Makefiles to add files to clean list
Index: clean.target
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/Attic/clean.target,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** clean.target 22 Nov 2005 23:33:26 -0000 1.1.2.2
--- clean.target 13 Jun 2006 16:27:53 -0000 1.1.2.3
***************
*** 3,7 ****
clean: FORCE
! rm -rf build
rm -rf _TOSSIMmodule.so TOSSIM.pyc TOSSIM.py
-
--- 3,6 ----
clean: FORCE
! rm -rf build $(CLEAN_EXTRA)
rm -rf _TOSSIMmodule.so TOSSIM.pyc TOSSIM.py
More information about the Tinyos-2-commits
mailing list