summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-04-07 04:27:50 +0000
committerpeter <peter@FreeBSD.org>2002-04-07 04:27:50 +0000
commitd76ff96eff54577920f2f274feb6b445fb968d42 (patch)
tree42bbce587eee70908fd9f7d9c76f2917009bb9ac /sys/boot
parent1a2f6bfa9f3607a5a682e889470983a51dd3965f (diff)
downloadFreeBSD-src-d76ff96eff54577920f2f274feb6b445fb968d42.zip
FreeBSD-src-d76ff96eff54577920f2f274feb6b445fb968d42.tar.gz
We must not let install(1) strip loader.efi when installing it, or the
resulting binary will be damaged and no longer work.
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 440f8de..7911280 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 440f8de..7911280 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
OpenPOWER on IntegriCloud