Skip to content

Commit

Permalink
gpxe: delete long since obsolete snapshot of gPXE
Browse files Browse the repository at this point in the history
gPXE has been deprecated in favor of iPXE for many, many years now.
It is much better than users get it directly from the iPXE project,
since we should no longer need any special modifications for Syslinux
use.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
  • Loading branch information
H. Peter Anvin committed Feb 10, 2016
1 parent 72d2959 commit f2f897a
Show file tree
Hide file tree
Showing 842 changed files with 5 additions and 279,558 deletions.
21 changes: 5 additions & 16 deletions Makefile
Expand Up @@ -95,7 +95,6 @@ ifeq ($(real-target),)
endif

ifeq ($(real-firmware),)
do-spotless-gpxe = no-fw
real-firmware = $(firmware)
endif

Expand Down Expand Up @@ -164,7 +163,7 @@ BOBJECTS = $(BTARGET) \
mbr/*.bin \
core/pxelinux.0 core/lpxelinux.0 \
core/isolinux.bin core/isolinux-debug.bin \
gpxe/gpxelinux.0 dos/syslinux.com \
dos/syslinux.com \
win32/syslinux.exe win64/syslinux64.exe \
dosutil/*.com dosutil/*.sys \
$(MODULES)
Expand All @@ -187,7 +186,7 @@ NETINSTALLABLE = efi/syslinux.efi $(INSTALLABLE_MODULES)

else

BSUBDIRS = codepage com32 lzo core memdisk mbr gpxe sample \
BSUBDIRS = codepage com32 lzo core memdisk mbr sample \
diag libinstaller dos win32 win64 dosutil txt

ITARGET =
Expand All @@ -201,7 +200,7 @@ INSTALL_BIN = mtools/syslinux
# Things to install in /sbin
INSTALL_SBIN = extlinux/extlinux
# Things to install in /usr/lib/syslinux
INSTALL_AUX = core/pxelinux.0 gpxe/gpxelinux.0 gpxe/gpxelinuxk.0 \
INSTALL_AUX = core/pxelinux.0 \
core/isolinux.bin core/isolinux-debug.bin \
dos/syslinux.com core/lpxelinux.0 \
mbr/*.bin $(INSTALLABLE_MODULES)
Expand All @@ -216,7 +215,7 @@ INSTALLSUBDIRS = com32 utils dosutil
EXTBOOTINSTALL = $(INSTALLABLE_MODULES)

# Things to install in /tftpboot
NETINSTALLABLE = core/pxelinux.0 gpxe/gpxelinux.0 core/lpxelinux.0 \
NETINSTALLABLE = core/pxelinux.0 core/lpxelinux.0 \
$(INSTALLABLE_MODULES)

endif # ifdef EFI_BUILD
Expand Down Expand Up @@ -305,7 +304,6 @@ libinstaller: core
utils: mbr
core: com32
efi: core
gpxe: core

installer: installer-local
set -e; for i in $(ISUBDIRS); \
Expand Down Expand Up @@ -348,8 +346,6 @@ install: local-install
set -e ; for i in $(INSTALLSUBDIRS) ; \
do $(MAKE) -C $$i SRC="$(SRC)/$$i" OBJ="$(OBJ)/$$i" \
-f $(SRC)/$$i/Makefile $@; done

do-spotless-gpxe = bios
else
install:
mkdir -m 755 -p $(INSTALLROOT)$(AUXDIR)/efi$(BITS)
Expand Down Expand Up @@ -410,14 +406,7 @@ local-spotless:
-type f -print0 \
| xargs -0rt rm -f

ifeq ($(do-spotless-gpxe),)
spotless-gpxe:
else
spotless-gpxe:
$(MAKE) -C "$(topdir)/gpxe" SRC="$(topdir)/gpxe" spotless
endif

spotless: local-spotless spotless-gpxe
spotless: local-spotless
rm -rf $(all_firmware)

#
Expand Down
1 change: 0 additions & 1 deletion gpxe/.gitignore

This file was deleted.

339 changes: 0 additions & 339 deletions gpxe/COPYING

This file was deleted.

26 changes: 0 additions & 26 deletions gpxe/COPYRIGHTS

This file was deleted.

12 changes: 0 additions & 12 deletions gpxe/LOG

This file was deleted.

54 changes: 0 additions & 54 deletions gpxe/Makefile

This file was deleted.

53 changes: 0 additions & 53 deletions gpxe/README

This file was deleted.

1 change: 0 additions & 1 deletion gpxe/VERSION

This file was deleted.

73 changes: 0 additions & 73 deletions gpxe/gpxe.diff

This file was deleted.

5 changes: 0 additions & 5 deletions gpxe/pxelinux.gpxe

This file was deleted.

5 changes: 0 additions & 5 deletions gpxe/pxelinuxk.gpxe

This file was deleted.

5 changes: 0 additions & 5 deletions gpxe/src/.gitignore

This file was deleted.

0 comments on commit f2f897a

Please sign in to comment.