summaryrefslogtreecommitdiffstats
path: root/src/vendorcode
diff options
context:
space:
mode:
authorzbao <fishbaozi@gmail.com>2015-09-11 09:11:49 -0400
committerZheng Bao <zheng.bao@amd.com>2015-11-06 07:52:28 +0100
commitaeb2103ab5184d46dc315f616acbf521f3aa1ab4 (patch)
treea82268952d8d28293073c2f2dbae1276071589a2 /src/vendorcode
parenteb90aaf29e5c09612f964f0946a4ced53d88a913 (diff)
downloadcoreboot-staging-aeb2103ab5184d46dc315f616acbf521f3aa1ab4.zip
coreboot-staging-aeb2103ab5184d46dc315f616acbf521f3aa1ab4.tar.gz
amd/pi/Makefile: Remove cp option '-u'
"-u" is only for GNU cp. Cp of BSD and Solaris don't take this option. It is not necessary to compare the files before copying. Change-Id: I60cf57991275db0e075278f77a95ca5b8b941c7f Signed-off-by: Zheng Bao <zheng.bao@amd.com> Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: http://review.coreboot.org/11601 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/vendorcode')
-rw-r--r--src/vendorcode/amd/pi/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/amd/pi/Makefile.inc b/src/vendorcode/amd/pi/Makefile.inc
index e30935f..bb383b9 100644
--- a/src/vendorcode/amd/pi/Makefile.inc
+++ b/src/vendorcode/amd/pi/Makefile.inc
@@ -86,7 +86,7 @@ define create_agesa_cp_template
$(agesa_src_path)/$(notdir $2): $2 $(agesa_src_path)
@printf " AGESA Copying $$(notdir $2) => $$(@D)\n"
if [ ! -r $(agesa_src_path)/$(notdir $2) ]; then \
- cp -uf $2 $$(@D); \
+ cp -f $2 $$(@D); \
fi
$(agesa_obj_path)/$1.libagesa.o: $(agesa_src_path)/$(notdir $2) $(obj)/config.h $(src)/include/kconfig.h $(agesa_obj_path)
OpenPOWER on IntegriCloud