[Tinyos-commits] CVS: tinyos-1.x/tools/make tos_image.extra, 1.7,
1.8
Cory Sharp
cssharp at users.sourceforge.net
Tue Jun 21 02:34:49 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tools/make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18178
Modified Files:
tos_image.extra
Log Message:
I need to splice in user defined dependencies into build_tosimage so that the
supplement extra can build before tos_image.xml does.
Index: tos_image.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/tos_image.extra,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** tos_image.extra 21 Jun 2005 08:51:32 -0000 1.7
--- tos_image.extra 21 Jun 2005 09:34:47 -0000 1.8
***************
*** 5,9 ****
IDENT_PROGRAM_NAME ?= $(COMPONENT)
! 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
--- 5,9 ----
IDENT_PROGRAM_NAME ?= $(COMPONENT)
! build_tosimage: $(TOS_IMAGE_DEPS) 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
More information about the Tinyos-commits
mailing list