summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2014-03-24 11:43:10 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-03-24 12:09:13 -0500
commit3f2c1ffcfb9b66494b0de0377fc89fe37a0deaf9 (patch)
treeed11bedea76928ffcfe925303f2e1dc16084f4ac /src/build
parentc9ae57eee48c2dad5f103004a1286db9bd32dab9 (diff)
downloadtalos-hostboot-3f2c1ffcfb9b66494b0de0377fc89fe37a0deaf9.tar.gz
talos-hostboot-3f2c1ffcfb9b66494b0de0377fc89fe37a0deaf9.zip
Fix makefile to cp base images in all scenarios
Change-Id: Icefc635e51d11b11693c52d3b15529c5632543d6 CQ:SW249561 Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9837 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/img/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile
index 63c940d5f..8f13b19ba 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -92,7 +92,7 @@ ALL_HB_IMAGES = ${BASE_IMAGES} \
${PAYLOAD_ECC_IMAGE}
cp_hbfiles: .SPECTARG
- ${BASE_IMAGES:@image@cp -f -u ${SRCPATH:F${image}} ${image};@}
+ ${BASE_IMAGES:@image@cp -f ${SRCPATH:F${image}} ${image};@}
echo "00000000001800000000000008000000000000000007EF80" | xxd -r -ps - sbe.header
# add version header w/ HBB sha hash
echo -en VERSION\\0 > ${BASE_SHA_IMAGE}
OpenPOWER on IntegriCloud