]> xenbits.xensource.com Git - xentesttools/syslinux.git/commitdiff
Exclude Win32 build. master
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 28 Dec 2009 21:27:45 +0000 (16:27 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 28 Dec 2009 21:27:45 +0000 (16:27 -0500)
Makefile

index 76abff518994f2f8826407cc0f21167677c2f32f..c323d18899780701e5b139179bb3696c96ef439e 100644 (file)
--- 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 \
        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.
 
 # 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 \
 # 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 \
 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 \
 # 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)
                mbr/*.bin $(MODULES)
-INSTALL_AUX_OPT = win32/syslinux.exe
 
 # These directories manage their own installables
 INSTALLSUBDIRS = com32 utils
 
 # These directories manage their own installables
 INSTALLSUBDIRS = com32 utils