From cdb8cf581d746c7e05495236ece738612bc48c91 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 13 Mar 2013 11:09:28 -0500 Subject: 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 Tested-by: Jenkins Server Reviewed-by: Michael Baiocchi Reviewed-by: A. Patrick Williams III --- makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'makefile') 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 > $@ -- cgit v1.2.1