[Tinyos-2-commits] CVS: tinyos-2.x/support/make/msp msp.rules, 1.11, 1.12

Kevin Klues klueska at users.sourceforge.net
Thu May 22 16:56:10 PDT 2008


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

Modified Files:
	msp.rules 
Log Message:
added one more level of redirection for building the StorageVolume.h file.  This is done in preperation to support dynamic threads that need to ahve this file built, but bypass the normal 'exe' target built for a platform.  Also remove, via the 'clean' target, a VolumeMapC.nc file that is now generated when linking the sorage abstractions used by dynamic threads to the <storage-chip>.xml file in the application directory

Index: msp.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/msp/msp.rules,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** msp.rules	16 May 2008 22:10:21 -0000	1.11
--- msp.rules	22 May 2008 23:56:08 -0000	1.12
***************
*** 65,69 ****
  # Build storage file if volumes.xml present
  ifneq ($(wildcard $(VOLUME_FILE)), )
! exe0: $(BUILDDIR)/StorageVolumes.h
  
  VOLUME_ALLOCATOR_FLAGS ?= 
--- 65,71 ----
  # Build storage file if volumes.xml present
  ifneq ($(wildcard $(VOLUME_FILE)), )
! build_storage: $(BUILDDIR)/StorageVolumes.h
! 
! exe0: build_storage
  
  VOLUME_ALLOCATOR_FLAGS ?= 
***************
*** 72,75 ****
--- 74,81 ----
  
  PFLAGS += -I$(BUILDDIR)
+ else
+ 
+ build_storage:
+ 
  endif
  



More information about the Tinyos-2-commits mailing list