We must not let install(1) strip loader.efi when installing it, or the

resulting binary will be damaged and no longer work.
This commit is contained in:
peter 2002-04-07 04:27:50 +00:00
parent 1a2f6bfa9f
commit d76ff96eff
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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