summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2013-03-13 11:09:28 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-03-14 16:01:27 -0500
commitcdb8cf581d746c7e05495236ece738612bc48c91 (patch)
tree88cc51efe1e70f6eb1d8f9ab8ed9271099f1ab65 /src/makefile
parentc303bce617567de5d32c838fae74f608096aa71b (diff)
downloadtalos-hostboot-cdb8cf581d746c7e05495236ece738612bc48c91.tar.gz
talos-hostboot-cdb8cf581d746c7e05495236ece738612bc48c91.zip
Misc build fixes.
- xmltohb was running too often, causing most of the code to be rebuilt on any 'make' call. - hbotStringFile was not being rebuilt. - 'make' sometimes failed if obj/genfiles/errl did not exist. Change-Id: I509cd4dafe9cb4b8d22482c9058f7e84e508d968 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3534 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile
index 014988e3d..5ed063483 100644
--- a/src/makefile
+++ b/src/makefile
@@ -97,7 +97,13 @@ hbicore_test_DATA_MODULES = ${hbicore_DATA_MODULES} testdata
IMAGE_PASS_BODY += buildpnor
+IMAGE_PASS_BODY += $(IMGDIR)/hbotStringFile
+CLEAN_TARGETS += $(IMGDIR)/hbotStringFile
+
include ${ROOTPATH}/config.mk
buildpnor: ${IMAGES}
cd build/buildpnor/ && ${MAKE} buildpnor
+
+$(IMGDIR)/hbotStringFile : $(IMAGES)
+ $(ROOTPATH)/src/build/trace/tracehash_hb.pl -c -d $(ROOTPATH)/obj -s $@
OpenPOWER on IntegriCloud