summaryrefslogtreecommitdiffstats
path: root/src/arch
diff options
context:
space:
mode:
authorMichael Brown2014-05-13 12:20:04 +0200
committerMichael Brown2014-05-13 17:45:57 +0200
commit779d65222e0f019d0607738fb5a24693adf94629 (patch)
tree1240a312b0e996832a46c7ed9dfa2797335413c8 /src/arch
parent[lkrnprefix] Function as a bzImage kernel (diff)
downloadipxe-779d65222e0f019d0607738fb5a24693adf94629.tar.gz
ipxe-779d65222e0f019d0607738fb5a24693adf94629.tar.xz
ipxe-779d65222e0f019d0607738fb5a24693adf94629.zip
[build] Avoid errors when build directory is mounted via NFS
Reported-by: Robin Smidsrød <robin@smidsrod.no> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/x86/Makefile.linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/Makefile.linux b/src/arch/x86/Makefile.linux
index e35b04f0e..1faf84753 100644
--- a/src/arch/x86/Makefile.linux
+++ b/src/arch/x86/Makefile.linux
@@ -10,4 +10,4 @@ SRCDIRS += arch/x86/core/linux
$(BIN)/%.linux : $(BIN)/%.linux.tmp
$(QM)$(ECHO) " [FINISH] $@"
- $(Q)cp -p $< $@
+ $(Q)$(CP) $< $@