[Tinyos-beta-commits]
CVS: tinyos-1.x/beta/SystemCore MakeSNMS, 1.8, 1.9
Jonathan Hui
jwhui at users.sourceforge.net
Sun Sep 26 12:36:15 PDT 2004
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/CC1000RadioAck
CC1000Const.h, 1.1, NONE CC1000Control.nc, 1.1,
NONE CC1000ControlM.nc, 1.1, NONE CC1000RadioC.nc, 1.1,
NONE CC1000RadioIntM.nc, 1.2, NONE CC1000RadioM.nc, 1.1,
NONE CheckTune.c, 1.1, NONE README.txt, 1.1,
NONE RadioCoordinator.nc, 1.1, NONE
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/SystemCore/Grouper
GrouperM.nc, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/beta/SystemCore
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14980
Modified Files:
MakeSNMS
Log Message:
- Gil, please check on this. There are undeclared variables in
GrouperM.nc. I've just commented them out and things seem to compile
fine. This was to allow other XSM people to compile. Hopefully
functionality isn't changed.
- Removed Deluge include paths from MakeSNMS since the Makefile
includes them automatically. Can cause problems when trying to build
for XSM which Deluge has a different branch.
Index: MakeSNMS
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/MakeSNMS,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** MakeSNMS 19 Aug 2004 02:55:35 -0000 1.8
--- MakeSNMS 26 Sep 2004 19:36:13 -0000 1.9
***************
*** 19,24 ****
-I$(BETADIR)/SystemCore/Grouper/ \
-I$(BETADIR)/SystemCore/Reboot/ \
! -I$(BETADIR)/SystemCore/PowerMgmt/ \
! -I$(TOSDIR)/lib/Deluge/ \
! -I$(TOSDIR)/lib/Deluge/TOSBoot/include
--- 19,27 ----
-I$(BETADIR)/SystemCore/Grouper/ \
-I$(BETADIR)/SystemCore/Reboot/ \
! -I$(BETADIR)/SystemCore/PowerMgmt/
!
! # JWHUI: The following should not be needed as the Makefile
! # will include the paths automatically.
! #-I$(TOSDIR)/lib/Deluge/ \
! #-I$(TOSDIR)/lib/Deluge/TOSBoot/include
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/CC1000RadioAck
CC1000Const.h, 1.1, NONE CC1000Control.nc, 1.1,
NONE CC1000ControlM.nc, 1.1, NONE CC1000RadioC.nc, 1.1,
NONE CC1000RadioIntM.nc, 1.2, NONE CC1000RadioM.nc, 1.1,
NONE CheckTune.c, 1.1, NONE README.txt, 1.1,
NONE RadioCoordinator.nc, 1.1, NONE
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/SystemCore/Grouper
GrouperM.nc, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list