[Tinyos-commits] CVS: tinyos-1.x/tools/make tos_image.extra, 1.6,
1.7
Cory Sharp
cssharp at users.sourceforge.net
Tue Jun 21 01:51:34 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tools/make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29025
Modified Files:
tos_image.extra
Log Message:
The build tos_image command now takes a TOS_IMAGE_FLAGS argument to allow
the supplement extra to add the appropriate command line parameter.
Index: tos_image.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/tos_image.extra,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** tos_image.extra 17 May 2005 20:37:50 -0000 1.6
--- tos_image.extra 21 Jun 2005 08:51:32 -0000 1.7
***************
*** 7,10 ****
build_tosimage: FORCE
@echo " writing TOS image"
! @perl $(TOS_IMAGE_PL) $(IDENT_FLAGS) --ihex="$(MAIN_IHEX)" --exe="$(MAIN_EXE)" --objdump="$(OBJDUMP)" --platform="$(PLATFORM)" > $(BUILDDIR)/tos_image.xml
$(if $(TOS_IMAGE_REPO),cp $(BUILDDIR)/tos_image.xml $(TOS_IMAGE_REPO)/$(COMPONENT).$(PLATFORM).xml)
--- 7,11 ----
build_tosimage: FORCE
@echo " writing TOS image"
! @perl $(TOS_IMAGE_PL) $(IDENT_FLAGS) --ihex="$(MAIN_IHEX)" --exe="$(MAIN_EXE)" --objdump="$(OBJDUMP)" --platform="$(PLATFORM)" $(TOS_IMAGE_FLAGS) > $(BUILDDIR)/tos_image.xml
$(if $(TOS_IMAGE_REPO),cp $(BUILDDIR)/tos_image.xml $(TOS_IMAGE_REPO)/$(COMPONENT).$(PLATFORM).xml)
+
More information about the Tinyos-commits
mailing list