[Tinyos-2-commits] CVS: tinyos-2.x/support/make/null null.rules, 1.7, 1.8
Kevin Klues
klueska at users.sourceforge.net
Thu May 22 16:56:10 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/support/make/null
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2040/support/make/null
Modified Files:
null.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: null.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/null/null.rules,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** null.rules 16 May 2008 22:10:21 -0000 1.7
--- null.rules 22 May 2008 23:56:08 -0000 1.8
***************
*** 38,42 ****
# We "steal" the at45db storage spec
ifneq ($(wildcard $(VOLUMEFILE)), )
! exe0: $(BUILDDIR)/StorageVolumes.h
$(BUILDDIR)/StorageVolumes.h: $(VOLUMEFILE)
--- 38,44 ----
# We "steal" the at45db storage spec
ifneq ($(wildcard $(VOLUMEFILE)), )
! build_storage: $(BUILDDIR)/StorageVolumes.h
!
! exe0: build_storage
$(BUILDDIR)/StorageVolumes.h: $(VOLUMEFILE)
***************
*** 44,47 ****
--- 46,53 ----
PFLAGS += -I$(BUILDDIR)
+ else
+
+ build_storage:
+
endif
More information about the Tinyos-2-commits
mailing list