[Tinyos-2-commits] CVS: tinyos-2.x/support/make clean.target, 1.5, 1.6

Kevin Klues klueska at users.sourceforge.net
Thu May 22 16:56:10 PDT 2008


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

Modified Files:
	clean.target 
Log Message:
added one more level of redirection for building the StorageVolume.h file.  This is done in preperation to support dynamic threads that need to ahve this file built, but bypass the normal 'exe' target built for a platform.  Also remove, via the 'clean' target, a VolumeMapC.nc file that is now generated when linking the sorage abstractions used by dynamic threads to the <storage-chip>.xml file in the application directory

Index: clean.target
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/clean.target,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** clean.target	5 May 2008 21:20:08 -0000	1.5
--- clean.target	22 May 2008 23:56:08 -0000	1.6
***************
*** 4,6 ****
  clean: FORCE
  	rm -rf build $(CLEAN_EXTRA) pp
! 	rm -rf _TOSSIMmodule.so TOSSIM.pyc TOSSIM.py
--- 4,7 ----
  clean: FORCE
  	rm -rf build $(CLEAN_EXTRA) pp
! 	rm -rf _TOSSIMmodule.so TOSSIM.pyc TOSSIM.py app.xml simbuild
! 	rm -rf VolumeMapC.nc



More information about the Tinyos-2-commits mailing list