[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
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/support/make savepp.extra, NONE, 1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tools/platforms/msp430/cppbsl/src cppbsl.cc, 1.1, 1.2 Parameters.h, 1.1, 1.2 Parameters.cc, 1.2, 1.3 Bsl.h, 1.1, 1.2 Bsl.cc, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/support/make savepp.extra, NONE, 1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tools/platforms/msp430/cppbsl/src cppbsl.cc, 1.1, 1.2 Parameters.h, 1.1, 1.2 Parameters.cc, 1.2, 1.3 Bsl.h, 1.1, 1.2 Bsl.cc, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list