[Tinyos-2-commits] CVS: tinyos-2.x/support/make savepp.extra, 1.1, 1.2 clean.target, 1.4, 1.5

David Gay idgay at users.sourceforge.net
Mon May 5 14:20:39 PDT 2008


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

Modified Files:
	savepp.extra clean.target 
Log Message:
improve savepp

Index: savepp.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/savepp.extra,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** savepp.extra	5 May 2008 21:15:16 -0000	1.1
--- savepp.extra	5 May 2008 21:20:08 -0000	1.2
***************
*** 2,3 ****
--- 2,8 ----
  
  PFLAGS += -fnesc-cppdir=pp
+ 
+ BUILD_EXTRA_DEPS += rmpp
+ 
+ rmpp: FORCE
+ 	rm -rf pp

Index: clean.target
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/clean.target,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** clean.target	12 Dec 2006 18:22:55 -0000	1.4
--- clean.target	5 May 2008 21:20:08 -0000	1.5
***************
*** 3,6 ****
  
  clean: FORCE
! 	rm -rf build $(CLEAN_EXTRA)
  	rm -rf _TOSSIMmodule.so TOSSIM.pyc TOSSIM.py
--- 3,6 ----
  
  clean: FORCE
! 	rm -rf build $(CLEAN_EXTRA) pp
  	rm -rf _TOSSIMmodule.so TOSSIM.pyc TOSSIM.py



More information about the Tinyos-2-commits mailing list