[syslinux:firmware] efi: there are no EFI installer components

syslinux-bot for Matt Fleming matt.fleming at intel.com
Mon Jun 24 04:03:03 PDT 2013


Commit-ID:  042d0e52f7debe5bdf303254e3b8e90d24e97635
Gitweb:     http://www.syslinux.org/commit/042d0e52f7debe5bdf303254e3b8e90d24e97635
Author:     Matt Fleming <matt.fleming at intel.com>
AuthorDate: Mon, 24 Jun 2013 11:42:20 +0100
Committer:  Matt Fleming <matt.fleming at intel.com>
CommitDate: Mon, 24 Jun 2013 11:51:11 +0100

efi: there are no EFI installer components

Users are reporting hitting the following error when typing 'make
installer',

  make[3]: *** No rule to make target `efi32/core/codepage.o', needed by `syslinux.so'.  Stop.

But there's no actual need to build any installers for EFI (none exist),
especially not since the stuff in utils/ is already built for BIOS and
doesn't need building again.

Signed-off-by: Matt Fleming <matt.fleming at intel.com>

---
 Makefile     | 2 +-
 efi/Makefile | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 3861168..9c886d8 100644
--- a/Makefile
+++ b/Makefile
@@ -164,7 +164,7 @@ BOBJECTS = $(BTARGET) \
 ifdef EFI_BUILD
 
 BSUBDIRS = codepage com32 lzo core mbr sample efi txt
-ISUBDIRS = efi utils
+ISUBDIRS =
 
 INSTALLSUBDIRS = efi
 
diff --git a/efi/Makefile b/efi/Makefile
index 2003430..c89ca06 100644
--- a/efi/Makefile
+++ b/efi/Makefile
@@ -66,8 +66,6 @@ codepage.o: ../codepage/cp865.cp
 	cp $(objdir)/../codepage/cp865.cp codepage.cp
 	$(CC) $(SFLAGS) -c -o $@ $(core)/codepage.S
 
-installer: syslinux.efi
-
 install: all
 	install -m 755 $(BTARGET) $(INSTALLROOT)$(AUXDIR)
 


More information about the Syslinux-commits mailing list