From: Konrad Rzeszutek Wilk Date: Mon, 28 Dec 2009 21:27:45 +0000 (-0500) Subject: Exclude Win32 build. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;p=xentesttools%2Fsyslinux.git Exclude Win32 build. --- 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