Lines 1-24
Link Here
|
1 |
--- Makefile.orig 2011-04-18 23:24:17.000000000 +0200 |
1 |
--- Makefile.orig 2011-04-18 23:24:17.000000000 +0200 |
2 |
+++ Makefile 2011-05-05 15:51:44.356358227 +0200 |
2 |
+++ Makefile 2011-05-05 15:51:44.356358227 +0200 |
3 |
@@ -57,18 +57,18 @@ |
3 |
@@ -170,19 +170,19 @@ |
4 |
# Note: libinstaller is both a BSUBDIR and an ISUBDIR. It contains |
4 |
|
5 |
# files that depend only on the B phase, but may have to be regenerated |
5 |
else |
6 |
# for "make installer". |
6 |
|
7 |
-BSUBDIRS = codepage com32 lzo core memdisk mbr memdump gpxe sample \ |
7 |
-BSUBDIRS = codepage com32 lzo core memdisk mbr memdump gpxe sample \ |
8 |
+BSUBDIRS_ = codepage com32 lzo core memdisk mbr memdump gpxe sample \ |
8 |
- diag libinstaller dos win32 win64 dosutil txt |
9 |
diag libinstaller dos win32 win64 dosutil txt |
9 |
+#BSUBDIRS = codepage com32 lzo core memdisk mbr memdump gpxe sample \ |
|
|
10 |
+# diag libinstaller dos win32 win64 dosutil txt |
11 |
|
10 |
ITARGET = |
12 |
ITARGET = |
11 |
IOBJECTS = $(ITARGET) \ |
13 |
IOBJECTS = $(ITARGET) \ |
12 |
utils/gethostip utils/isohybrid utils/mkdiskimage \ |
14 |
utils/gethostip utils/isohybrid utils/mkdiskimage \ |
13 |
mtools/syslinux linux/syslinux extlinux/extlinux |
15 |
mtools/syslinux linux/syslinux extlinux/extlinux |
14 |
-ISUBDIRS = libinstaller mtools linux extlinux utils |
16 |
-ISUBDIRS = libinstaller mtools linux extlinux utils |
15 |
+ISUBDIRS = libinstaller mtools |
17 |
+ISUBDIRS = libinstaller mtools # linux extlinux utils |
16 |
|
18 |
|
17 |
# Things to install in /usr/bin |
19 |
# Things to install in /usr/bin |
18 |
INSTALL_BIN = mtools/syslinux |
20 |
INSTALL_BIN = mtools/syslinux |
19 |
# Things to install in /sbin |
21 |
# Things to install in /sbin |
20 |
-INSTALL_SBIN = extlinux/extlinux |
22 |
-INSTALL_SBIN = extlinux/extlinux |
21 |
+INSTALL_SBIN = #extlinux/extlinux |
23 |
+#INSTALL_SBIN = extlinux/extlinux |
22 |
# Things to install in /usr/lib/syslinux |
24 |
# Things to install in /usr/lib/syslinux |
23 |
INSTALL_AUX = core/pxelinux.0 gpxe/gpxelinux.0 gpxe/gpxelinuxk.0 \ |
25 |
INSTALL_AUX = core/pxelinux.0 gpxe/gpxelinux.0 gpxe/gpxelinuxk.0 \ |
24 |
core/isolinux.bin core/isolinux-debug.bin \ |
26 |
core/isolinux.bin core/isolinux-debug.bin \ |