aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-12-28 04:55:43 +0000
committerEd Maste <emaste@FreeBSD.org>2016-12-28 04:55:43 +0000
commit62652acf3a6990983c4cee859f8e870af274a441 (patch)
tree7b2ac854080bb8c5e657da3a367a5e45991d90cd /sys/boot/i386
parentbc54857ed0c8a0e9260a57b372eb9092c4efde82 (diff)
Notes
Diffstat (limited to 'sys/boot/i386')
-rw-r--r--sys/boot/i386/loader/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index 5c85a22c3000..2f2e9c10f147 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/sys/boot/i386/loader/Makefile
@@ -99,8 +99,7 @@ ${LOADER}: ${LOADER}.bin ${BTXLDR} ${BTXKERN}
-b ${BTXKERN} ${LOADER}.bin
${LOADER}.bin: ${LOADER}.sym
- cp ${.ALLSRC} ${.TARGET}
- strip -R .comment -R .note ${.TARGET}
+ strip -R .comment -R .note -o ${.TARGET} ${.ALLSRC}
loader.help: help.common help.i386
cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET}