ubuntu_makefile
## 10-makefile.diff ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Don't build Win32 components, in order that mingw32 doesn't have to ## DP: be in Ubuntu main. Gbp-Pq: Name 10-ubuntu_makefile.diff
This commit is contained in:
parent
3ae8ef0ab4
commit
9f65a910db
3
Makefile
3
Makefile
|
@ -72,11 +72,12 @@ BINFILES = bootsect_bin.c ldlinux_bin.c mbr_bin.c \
|
|||
|
||||
# syslinux.exe is BTARGET so as to not require everyone to have the
|
||||
# mingw suite installed
|
||||
# (Removed from Ubuntu so that we don't need mingw32 in main.)
|
||||
BTARGET = kwdhash.gen version.gen version.h \
|
||||
ldlinux.bss ldlinux.sys ldlinux.bin \
|
||||
pxelinux.0 isolinux.bin isolinux-debug.bin \
|
||||
extlinux.bin extlinux.bss extlinux.sys
|
||||
BOBJECTS = $(BTARGET) mbr/mbr.bin dos/syslinux.com win32/syslinux.exe \
|
||||
BOBJECTS = $(BTARGET) mbr/mbr.bin dos/syslinux.com \
|
||||
memdisk/memdisk memdump/memdump.com
|
||||
# BESUBDIRS and IESUBDIRS are "early", i.e. before the root; BSUBDIRS
|
||||
# and ISUBDIRS are "late", after the root.
|
||||
|
|
Loading…
Reference in New Issue