From e4bbf0341ef3e710868e397322c76b9bccf5e748 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Mon, 28 Dec 2009 16:27:45 -0500 Subject: [PATCH] Exclude Win32 build. --- Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 76abff5..c323d18 100644 --- a/Makefile +++ b/Makefile @@ -42,8 +42,7 @@ BOBJECTS = $(BTARGET) \ mbr/mbr_c.bin mbr/altmbr_c.bin mbr/gptmbr_c.bin \ mbr/mbr_f.bin mbr/altmbr_f.bin mbr/gptmbr_f.bin \ core/pxelinux.0 core/isolinux.bin core/isolinux-debug.bin \ - gpxe/gpxelinux.0 dos/syslinux.com win32/syslinux.exe \ - $(MODULES) + gpxe/gpxelinux.0 dos/syslinux.com $(MODULES) # BSUBDIRs build the on-target binary components. # ISUBDIRs build the installer (host) components. @@ -52,7 +51,7 @@ BOBJECTS = $(BTARGET) \ # files that depend only on the B phase, but may have to be regenerated # for "make installer". BSUBDIRS = codepage core memdisk modules com32 mbr memdump gpxe sample \ - libinstaller dos win32 + libinstaller dos ITARGET = IOBJECTS = $(ITARGET) dos/copybs.com \ utils/gethostip utils/isohybrid utils/mkdiskimage \ @@ -66,9 +65,8 @@ INSTALL_SBIN = extlinux/extlinux # Things to install in /usr/lib/syslinux INSTALL_AUX = core/pxelinux.0 gpxe/gpxelinux.0 core/isolinux.bin \ core/isolinux-debug.bin \ - dos/syslinux.com dos/copybs.com win32/syslinux.exe \ + dos/syslinux.com dos/copybs.com \ mbr/*.bin $(MODULES) -INSTALL_AUX_OPT = win32/syslinux.exe # These directories manage their own installables INSTALLSUBDIRS = com32 utils -- 2.39.5