[Tinyos-2-commits]
CVS: tinyos-2.x/support/make tos_buildinfo.extra, NONE, 1.1
Jan Beutel
beutel at users.sourceforge.net
Fri Aug 17 08:47:32 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/support/make
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26534/support/make
Added Files:
tos_buildinfo.extra
Log Message:
added new extra target tos_buildinfo to create an xml file containing metrics and info of the builds, e.g. memory sizes
--- NEW FILE: tos_buildinfo.extra ---
#-*-Makefile-*- vim:syntax=make
#$Id: tos_buildinfo.extra,v 1.1 2007/08/17 15:47:30 beutel Exp $
TOS_BUILDINFO_PL ?= tos-write-buildinfo
IDENT_PROGRAM_NAME ?= $(COMPONENT)
build_buildinfo: FORCE
@echo " writing TOS buildinfo"
@$(TOS_BUILDINFO_PL) $(IDENT_FLAGS) --exe="$(MAIN_EXE)" --size="$(SIZE)" --platform="$(PLATFORM)" > $(BUILDDIR)/tos_buildinfo.xml
More information about the Tinyos-2-commits
mailing list