From 2e033b1d70a6d038a06978706555edbb5bd19ffd Mon Sep 17 00:00:00 2001 From: Stephen Cprek Date: Fri, 25 Oct 2013 14:50:35 -0500 Subject: Fixed makefile for epubProcedureId_check.pl Change-Id: I629cc3f5cfa7cb957181c612fb55f74719554d40 RTC: 72863 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6881 Reviewed-by: Nicholas E. Bofferding Tested-by: Jenkins Server Reviewed-by: Brian H. Horton Reviewed-by: Daniel M. Crowell Reviewed-by: A. Patrick Williams III --- src/build/mkrules/hbfw/makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/build/mkrules/hbfw/makefile b/src/build/mkrules/hbfw/makefile index 39fc07803..4b7f4e38a 100755 --- a/src/build/mkrules/hbfw/makefile +++ b/src/build/mkrules/hbfw/makefile @@ -57,15 +57,21 @@ RUNBVT_SUBDIRS += TARFILES = fsp.tar simics.tar +VPATH += fsp/hwas/common: + _SUBDIR/BUILD/EXPINC/fsp: expand_tars_fsp.tar _SUBDIR/BUILD/EXPINC/simics: expand_tars_simics.tar -EXPINC_TARGETS += expand_tars +EXPINC_TARGETS += expand_tars epub_check expand_tars: ${TARFILES:S/^/expand_tars_/g} expand_tars_%: $${@:S/expand_tars_//} @echo Extracting $> to ${*:S/expand_tars_//} mkdir -p ${*:S/expand_tars_//} ${TAR} -x --file $> -C ${*:S/expand_tars_//} +epub_check: expand_tars epubProcedureID_check.pl epub_service_codes.H hwasCallout.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` .include <${RULES_MK}> -- cgit v1.2.1