[Tinyos-2-commits] CVS: tinyos-2.x/support/make Makedefaults, 1.4, 1.5 tos_image.extra, 1.4, 1.5

Prabal Dutta prabal at users.sourceforge.net
Thu Apr 26 22:01:28 PDT 2007


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

Modified Files:
	Makedefaults tos_image.extra 
Log Message:
Allows proper generation of tos_image.xml. 
- fixes a small mistake in support/make/Makedefaults that
  prevents the generation on ident information
- updates support/make/tos_image.extra and tools/tinyos/misc/tos-write-image.in
  to allow generation of the platform information in the tos_image.xml.



Index: Makedefaults
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/Makedefaults,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makedefaults	12 Dec 2006 18:22:54 -0000	1.4
--- Makedefaults	27 Apr 2007 05:01:25 -0000	1.5
***************
*** 5,9 ****
  OPTFLAGS ?= -Os
  NESC_FLAGS ?= -Wnesc-all
! GOALS += tos-ident-flags tos_image
  
  define DEFAULT_HELP
--- 5,9 ----
  OPTFLAGS ?= -Os
  NESC_FLAGS ?= -Wnesc-all
! GOALS += ident_flags tos_image
  
  define DEFAULT_HELP

Index: tos_image.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/tos_image.extra,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tos_image.extra	12 Dec 2006 18:22:55 -0000	1.4
--- tos_image.extra	27 Apr 2007 05:01:25 -0000	1.5
***************
*** 7,9 ****
  build_tosimage: FORCE
  	@echo "    writing TOS image"
! 	@$(TOS_IMAGE_PL) $(IDENT_FLAGS) --ihex="$(MAIN_IHEX)" --exe="$(MAIN_EXE)" --objdump="$(OBJDUMP)" > $(BUILDDIR)/tos_image.xml
--- 7,9 ----
  build_tosimage: FORCE
  	@echo "    writing TOS image"
! 	@$(TOS_IMAGE_PL) $(IDENT_FLAGS) --ihex="$(MAIN_IHEX)" --exe="$(MAIN_EXE)" --objdump="$(OBJDUMP)" --platform="$(PLATFORM)" > $(BUILDDIR)/tos_image.xml



More information about the Tinyos-2-commits mailing list