[syslinux:elflink] Rename libcom32gpl.c32 to libgpl.c32

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Thu Jan 17 11:00:02 PST 2013


Commit-ID:  ffe3a1ece6b7fd1b0941c366cb4e42261d5679c8
Gitweb:     http://www.syslinux.org/commit/ffe3a1ece6b7fd1b0941c366cb4e42261d5679c8
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Thu, 17 Jan 2013 10:59:18 -0800
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Thu, 17 Jan 2013 10:59:18 -0800

Rename libcom32gpl.c32 to libgpl.c32

Conform to 8.3 filenames for essential files.

Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>

---
 com32/gpllib/Makefile | 6 +++---
 mk/elf.mk             | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/com32/gpllib/Makefile b/com32/gpllib/Makefile
index c704866..3ccc0dc 100644
--- a/com32/gpllib/Makefile
+++ b/com32/gpllib/Makefile
@@ -19,9 +19,9 @@ AUXDIR   = $(DATADIR)/syslinux
 INCDIR   = /usr/include
 COM32DIR = $(AUXDIR)/com32
 
-all: libcom32gpl.c32
+all: libgpl.c32
 
-libcom32gpl.elf : $(LIBOBJS)
+libgpl.elf : $(LIBOBJS)
 	$(LD) -shared $(LDFLAGS) -soname $(patsubst %.elf,%.c32,$(@F)) -o $@ $^
 
 tidy dist clean:
@@ -36,7 +36,7 @@ spotless: clean
 # there is a better way to do it.
 install: all
 	mkdir -m 755 -p $(INSTALLROOT)$(COM32DIR)
-	install -m 644 libcom32gpl.c32 $(INSTALLROOT)$(COM32DIR)
+	install -m 644 libgpl.c32 $(INSTALLROOT)$(COM32DIR)
 	mkdir -p $(INSTALLROOT)$(COM32DIR)/include/
 	cp -r ../gplinclude $(INSTALLROOT)$(COM32DIR)/include/
 
diff --git a/mk/elf.mk b/mk/elf.mk
index 82e03ba..109e0a6 100644
--- a/mk/elf.mk
+++ b/mk/elf.mk
@@ -35,7 +35,7 @@ com32 = $(topdir)/com32
 core = $(topdir)/core
 
 ifneq ($(NOGPL),1)
-GPLLIB     = $(com32)/gpllib/libcom32gpl.c32
+GPLLIB     = $(com32)/gpllib/libgpl.c32
 GPLINCLUDE = -I$(com32)/gplinclude
 else
 GPLLIB     =


More information about the Syslinux-commits mailing list