summaryrefslogtreecommitdiffstats
path: root/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 /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 'makefile')
-rw-r--r--makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/makefile b/makefile
index a9d575f1e..db19e0feb 100644
--- a/makefile
+++ b/makefile
@@ -23,8 +23,8 @@
SUBDIRS = src.d
ROOTPATH = .
-IMAGE_PASS_BODY += $(GENDIR)/hwp_id.html $(IMGDIR)/hbotStringFile
-CLEAN_TARGETS += $(GENDIR)/hwp_id.html $(IMGDIR)/hbotStringFile
+IMAGE_PASS_BODY += $(GENDIR)/hwp_id.html
+CLEAN_TARGETS += $(GENDIR)/hwp_id.html
IMAGE_PASS_BODY += cscope ctags check_istep_modules
include ./config.mk
@@ -47,9 +47,6 @@ gcov:
--title `git describe --dirty`
@echo "View GCOV results with: firefox obj/gcov/html/index.html"
-$(IMGDIR)/hbotStringFile : $(IMAGES)
- $(ROOTPATH)/src/build/trace/tracehash_hb.pl -c -d $(ROOTPATH)/obj -s $@
-
$(GENDIR)/hwp_id.html :
$(ROOTPATH)/src/build/tools/hwp_id.pl -i -l > $@
OpenPOWER on IntegriCloud