[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


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 
  



More information about the Tinyos-beta-commits mailing list