[Tinyos-commits] CVS: tinyos-1.x/tools/make/pc pc.rules,1.1,1.2
Cory Sharp
cssharp at users.sourceforge.net
Tue Jul 5 15:37:51 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tools/make/pc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12233
Modified Files:
pc.rules
Log Message:
Append POST_BUILD_EXTRA_DEPS to BUILD_DEPS to bring pc.rules in line with
the conventions used by avr.rules and msp.rules. This is necessary to have
certain post-build steps occur, such as building nescDecls.xml.
Index: pc.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/pc/pc.rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pc.rules 20 Jul 2004 05:53:41 -0000 1.1
--- pc.rules 5 Jul 2005 22:37:48 -0000 1.2
***************
*** 28,31 ****
--- 28,33 ----
endif
+ BUILD_DEPS += $(POST_BUILD_EXTRA_DEPS)
+
# Use the 'if' function instead of the 'ifdef' construct because ifdef freaks
# out with call in there. I don't know why.
More information about the Tinyos-commits
mailing list