summaryrefslogtreecommitdiff
path: root/Makefile.private
diff options
context:
space:
mode:
authorhpa <hpa>2002-04-28 05:40:11 +0000
committerhpa <hpa>2002-04-28 05:40:11 +0000
commitbdb0fcf1acccec785084bfe0b3802d4674638b64 (patch)
treebfe06e9b601affd91f3e028a3e274dc05a668c13 /Makefile.private
parentc0cd85e0e93e2390f3f33169c78e4ed0033e5ceb (diff)
downloadsyslinux-bdb0fcf1acccec785084bfe0b3802d4674638b64.tar.gz
Factor out CPU initialization and some common configuration intosyslinux-1.73-pre6
separate files; fix bcopy bugs.
Diffstat (limited to 'Makefile.private')
-rw-r--r--Makefile.private9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.private b/Makefile.private
index d03a51d8..5f650621 100644
--- a/Makefile.private
+++ b/Makefile.private
@@ -1,6 +1,6 @@
## -*- makefile -*- ------------------------------------------------------
##
-## Copyright 2000 H. Peter Anvin - All Rights Reserved
+## Copyright 2000-2002 H. Peter Anvin - All Rights Reserved
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -20,9 +20,12 @@
PRIVATE = Makefile.private
-isolinux.iso: isolinux-debug.bin
+isolinux.iso: all
cp isolinux-debug.bin isolinux-test/isolinux/isolinux.bin
- mkisofs -v -r -J -o isolinux.iso isolinux-test
+ mkisofs -v -r -J \
+ -b isolinux/isolinux.bin -c isolinux/boot.cat \
+ -no-emul-boot -boot-load-size 4 -boot-info-table \
+ -o isolinux.iso isolinux-test
burn: isolinux.iso
cdrecord -v blank=fast isolinux.iso