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:
parent
1a2f6bfa9f
commit
d76ff96eff
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user