[syslinux:wip.makefixes] com32/efi/Makefile: undo hacks after upstream fix

syslinux-bot for H. Peter Anvin (Intel) hpa at zytor.com
Mon Mar 25 14:51:12 PDT 2019


Commit-ID:  6be0597ff1d1d4f2c3b0a6d283b04caafc29016d
Gitweb:     https://www.syslinux.org/commit/6be0597ff1d1d4f2c3b0a6d283b04caafc29016d
Author:     H. Peter Anvin (Intel) <hpa at zytor.com>
AuthorDate: Sat, 23 Mar 2019 16:49:48 -0700
Committer:  H. Peter Anvin (Intel) <hpa at zytor.com>
CommitDate: Sat, 23 Mar 2019 16:49:48 -0700

com32/efi/Makefile: undo hacks after upstream fix

Broken hacks no longer desired (never worked, really.)

Signed-off-by: H. Peter Anvin (Intel) <hpa at zytor.com>

---
 com32/efi/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/com32/efi/Makefile b/com32/efi/Makefile
index d5ccd86f..dd367e6b 100644
--- a/com32/efi/Makefile
+++ b/com32/efi/Makefile
@@ -18,10 +18,6 @@ all: libefi
 EFISRC  = $(SRC)/gnu-efi
 EFIOBJ  = $(OBJ)/gnu-efi
 
-# This is a hack due to missing rules in gnu-efi/Make.rules
-# Also note make rather than $(MAKE) below.
-unexport MAKEFLAGS
-
 EFIMAKE = make -C '$(EFIOBJ)' \
 	  SRCDIR='$(EFISRC)' \
 	  HOSTCC='$(CC_FOR_BUILD)' \


More information about the Syslinux-commits mailing list