updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / syslinux-git / Syslinux-Do-not-build-dos-and-windows-executables.patch
blobb249dcb636005b37d1f0ff2a592e1582a98dd24a
1 diff --git a/Makefile b/Makefile
2 index 60a5956..41a9dd1 100644
3 --- a/Makefile
4 +++ b/Makefile
5 @@ -41,9 +41,7 @@ BTARGET = version.gen version.h version.mk
6 BOBJECTS = $(BTARGET) \
7 mbr/*.bin \
8 core/pxelinux.0 core/isolinux.bin core/isolinux-debug.bin \
9 - gpxe/gpxelinux.0 dos/syslinux.com \
10 - win32/syslinux.exe win64/syslinux64.exe \
11 - dosutil/*.com dosutil/*.sys \
12 + gpxe/gpxelinux.0 \
13 $(MODULES)
15 # BSUBDIRs build the on-target binary components.
16 @@ -53,7 +51,7 @@ BOBJECTS = $(BTARGET) \
17 # files that depend only on the B phase, but may have to be regenerated
18 # for "make installer".
19 BSUBDIRS = codepage com32 lzo core memdisk modules mbr memdump gpxe sample \
20 - diag libinstaller dos win32 win64 dosutil
21 + diag libinstaller
22 ITARGET =
23 IOBJECTS = $(ITARGET) \
24 utils/gethostip utils/isohybrid utils/mkdiskimage \
25 @@ -67,7 +65,6 @@ INSTALL_SBIN = extlinux/extlinux
26 # Things to install in /usr/lib/syslinux
27 INSTALL_AUX = core/pxelinux.0 gpxe/gpxelinux.0 gpxe/gpxelinuxk.0 \
28 core/isolinux.bin core/isolinux-debug.bin \
29 - dos/syslinux.com \
30 mbr/*.bin $(MODULES)
31 INSTALL_AUX_OPT = win32/syslinux.exe win64/syslinux64.exe
32 INSTALL_DIAG = diag/mbr/handoff.bin \