[syslinux:master] mbr: Install isohdpfx*.bin

syslinux-bot for H. Peter Anvin hpa at zytor.com
Wed Mar 16 13:54:03 PDT 2011


Commit-ID:  1ac26a84fada8d40084beacb55e95d535b46c938
Gitweb:     http://syslinux.zytor.com/commit/1ac26a84fada8d40084beacb55e95d535b46c938
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Wed, 16 Mar 2011 13:50:41 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Wed, 16 Mar 2011 13:50:41 -0700

mbr: Install isohdpfx*.bin

GNU xorriso can build isohybrid images in one step without the need
for the isohybrid program, but for that to work the isohdpfx*.bin
files need to be available.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 Makefile |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index da90cdc..93f4e84 100644
--- a/Makefile
+++ b/Makefile
@@ -39,9 +39,7 @@ MODULES = memdisk/memdisk memdump/memdump.com modules/*.com \
 # mingw suite installed
 BTARGET  = version.gen version.h version.mk
 BOBJECTS = $(BTARGET) \
-	mbr/mbr.bin mbr/altmbr.bin mbr/gptmbr.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 \
+	mbr/*.bin \
 	core/pxelinux.0 core/isolinux.bin core/isolinux-debug.bin \
 	gpxe/gpxelinux.0 dos/syslinux.com \
 	win32/syslinux.exe win64/syslinux64.exe \



More information about the Syslinux-commits mailing list