[Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Drip/tools/java/net/tinyos/drip
Makefile, 1.1, 1.2
Gilman Tolle
gtolle at users.sourceforge.net
Wed Mar 16 14:51:44 PST 2005
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/Drain Drain.h, 1.6,
1.7 DrainLinkEstM.nc, 1.7, 1.8
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/STM25P/STM25P
BlockStorageM.nc, 1.2, 1.3 HALSTM25PM.nc, 1.2,
1.3 SectorStorage.nc, 1.2, 1.3 StorageManagerM.nc, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/beta/Drip/tools/java/net/tinyos/drip
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15506
Modified Files:
Makefile
Log Message:
Fixed strange ncg syntax error
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Drip/tools/java/net/tinyos/drip/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile 15 Mar 2005 01:11:16 -0000 1.1
--- Makefile 16 Mar 2005 22:51:41 -0000 1.2
***************
*** 19,23 ****
DripConsts.java: $(LIB)/Drip.h
! $(NCG) -java-classname=$(PACKAGE).DripConsts -target=$(PLATFORM) -I$(LIB) $(LIB)/Drip.nc Drip.h -o $@
TestDripMsg.java: $(LIB)/TestDrip/TestDrip.h
--- 19,23 ----
DripConsts.java: $(LIB)/Drip.h
! $(NCG) -java-classname=$(PACKAGE).DripConsts -I$(LIB) $(LIB)/Drip.h Drip.h -o $@
TestDripMsg.java: $(LIB)/TestDrip/TestDrip.h
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/Drain Drain.h, 1.6,
1.7 DrainLinkEstM.nc, 1.7, 1.8
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/STM25P/STM25P
BlockStorageM.nc, 1.2, 1.3 HALSTM25PM.nc, 1.2,
1.3 SectorStorage.nc, 1.2, 1.3 StorageManagerM.nc, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list