aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2002-04-07 04:27:50 +0000
committerPeter Wemm <peter@FreeBSD.org>2002-04-07 04:27:50 +0000
commitc21ab46789ced15d4d4fe521a2382fb9d888ba97 (patch)
tree42bbce587eee70908fd9f7d9c76f2917009bb9ac /sys/boot
parent1e7e1ea54dd8bf7712d983417812b6c6c4925635 (diff)
downloadsrc-c21ab46789ced15d4d4fe521a2382fb9d888ba97.tar.gz
src-c21ab46789ced15d4d4fe521a2382fb9d888ba97.zip
We must not let install(1) strip loader.efi when installing it, or the
resulting binary will be damaged and no longer work.
Notes
Notes: svn path=/head/; revision=94024
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/efi/loader/Makefile1
-rw-r--r--sys/boot/ia64/efi/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/efi/loader/Makefile b/sys/boot/efi/loader/Makefile
index 440f8de26f19..79112809ba1b 100644
--- a/sys/boot/efi/loader/Makefile
+++ b/sys/boot/efi/loader/Makefile
@@ -7,6 +7,7 @@ PROG= ${BASE}.efi
NOMAN=
NEWVERSWHAT= "EFI boot" ${MACHINE_ARCH}
BINDIR?= /boot
+STRIP= # We must not strip loader.efi at install time.
SRCS+= main.c conf.c dev_net.c
diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile
index 440f8de26f19..79112809ba1b 100644
--- a/sys/boot/ia64/efi/Makefile
+++ b/sys/boot/ia64/efi/Makefile
@@ -7,6 +7,7 @@ PROG= ${BASE}.efi
NOMAN=
NEWVERSWHAT= "EFI boot" ${MACHINE_ARCH}
BINDIR?= /boot
+STRIP= # We must not strip loader.efi at install time.
SRCS+= main.c conf.c dev_net.c