summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2014-01-08 20:52:13 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-01-09 11:09:52 -0600
commit0f53b2d8c557f90d99fa3ab367988658e5ae1a8d (patch)
treea1daddb5676246e8ed2fff9c4267f942ecbe67dd /src/build
parentf5c4eb3dfb738a2f86140ac6bcfffe65a08e5260 (diff)
downloadtalos-hostboot-0f53b2d8c557f90d99fa3ab367988658e5ae1a8d.tar.gz
talos-hostboot-0f53b2d8c557f90d99fa3ab367988658e5ae1a8d.zip
Fix hbfw makefile expand tar duplicate run issue
Change-Id: I3cb2c280933e12f64795b2b4833c2f2abd61c8b8 CQ: SW240579 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/7955 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build')
-rwxr-xr-xsrc/build/mkrules/hbfw/makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/build/mkrules/hbfw/makefile b/src/build/mkrules/hbfw/makefile
index 06ba1b7cd..e7c9161a1 100755
--- a/src/build/mkrules/hbfw/makefile
+++ b/src/build/mkrules/hbfw/makefile
@@ -5,7 +5,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2012,2013
+# COPYRIGHT International Business Machines Corp. 2012,2014
#
# p1
#
@@ -62,7 +62,6 @@ VPATH += fsp/hwas/common:
_SUBDIR/BUILD/EXPINC/fsp: expand_tars_fsp.tar
_SUBDIR/BUILD/EXPINC/simics: expand_tars_simics.tar
-# TODO RTC 91690 - Re-enable epub_check
EXPINC_TARGETS += expand_tars
EXPLIB_TARGETS += epub_check
@@ -70,8 +69,12 @@ expand_tars: ${TARFILES:S/^/expand_tars_/g}
expand_tars_%: $${@:S/expand_tars_//}
@echo Extracting $> to ${*:S/expand_tars_//}
mkdir -p ${*:S/expand_tars_//}
+ @echo "===== src/hbfw/makefile: START EXTRACT of tarball $> :" `date`
${TAR} -x --file $> -C ${*:S/expand_tars_//}
-epub_check: expand_tars epubProcedureID_check.pl epub_service_codes.H
+ @echo "===== src/hbfw/makefile: END EXTRACT of tarball $> :" `date`
+# Note that epub_check depends on expand_tars but it will always
+# be run first due to force of it in EXPINC.
+epub_check: epubProcedureID_check.pl epub_service_codes.H
@echo "===== Checking epubProcedureID's Start:" `date`
${epubProcedureID_check.pl:P} ${epub_service_codes.H:P} ${hwasCallout.H:P}
@echo "===== Checking epubProcedureID's End:" `date`
OpenPOWER on IntegriCloud