diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-07-15 14:42:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-07-15 14:42:57 +0000 |
commit | c99bd8e43a3b5a5215ec5b517e3bd8b7d2db6ce6 (patch) | |
tree | 8a12872d61479a98b93eeed2f17ec68cfb26fcc0 /sysutils/syslinux/files/patch-Makefile | |
parent | - Update to 4.6.3 (diff) |
- Update to 6.01
PR: 180505
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=323035
Diffstat (limited to 'sysutils/syslinux/files/patch-Makefile')
-rw-r--r-- | sysutils/syslinux/files/patch-Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/sysutils/syslinux/files/patch-Makefile b/sysutils/syslinux/files/patch-Makefile index dc995f704965..afba38e7e19c 100644 --- a/sysutils/syslinux/files/patch-Makefile +++ b/sysutils/syslinux/files/patch-Makefile @@ -1,24 +1,26 @@ --- Makefile.orig 2011-04-18 23:24:17.000000000 +0200 +++ Makefile 2011-05-05 15:51:44.356358227 +0200 -@@ -57,18 +57,18 @@ - # Note: libinstaller is both a BSUBDIR and an ISUBDIR. It contains - # files that depend only on the B phase, but may have to be regenerated - # for "make installer". +@@ -170,19 +170,19 @@ + + else + -BSUBDIRS = codepage com32 lzo core memdisk mbr memdump gpxe sample \ -+BSUBDIRS_ = codepage com32 lzo core memdisk mbr memdump gpxe sample \ - diag libinstaller dos win32 win64 dosutil txt +- diag libinstaller dos win32 win64 dosutil txt ++#BSUBDIRS = codepage com32 lzo core memdisk mbr memdump gpxe sample \ ++# diag libinstaller dos win32 win64 dosutil txt + ITARGET = IOBJECTS = $(ITARGET) \ utils/gethostip utils/isohybrid utils/mkdiskimage \ mtools/syslinux linux/syslinux extlinux/extlinux -ISUBDIRS = libinstaller mtools linux extlinux utils -+ISUBDIRS = libinstaller mtools ++ISUBDIRS = libinstaller mtools # linux extlinux utils # Things to install in /usr/bin INSTALL_BIN = mtools/syslinux # Things to install in /sbin -INSTALL_SBIN = extlinux/extlinux -+INSTALL_SBIN = #extlinux/extlinux ++#INSTALL_SBIN = extlinux/extlinux # Things to install in /usr/lib/syslinux INSTALL_AUX = core/pxelinux.0 gpxe/gpxelinux.0 gpxe/gpxelinuxk.0 \ core/isolinux.bin core/isolinux-debug.bin \ |