Module Name: src
Committed By: tsutsui
Date: Thu Nov 22 20:26:33 UTC 2012
Modified Files:
src/distrib/x68k/cdroms/installcd: Makefile
Log Message:
Use CDBUILDEXTRA to copy secondary bootloader into target CD iso image.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/x68k/cdroms/installcd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/x68k/cdroms/installcd/Makefile
diff -u src/distrib/x68k/cdroms/installcd/Makefile:1.2 src/distrib/x68k/cdroms/installcd/Makefile:1.3
--- src/distrib/x68k/cdroms/installcd/Makefile:1.2 Tue Jun 19 13:01:53 2012
+++ src/distrib/x68k/cdroms/installcd/Makefile Thu Nov 22 20:26:33 2012
@@ -1,13 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2012/06/19 13:01:53 minoura Exp $
+# $NetBSD: Makefile,v 1.3 2012/11/22 20:26:33 tsutsui Exp $
CDBASE= x68kcd # gives ${CDBASE}.iso
CDRELEASE= true # include $RELEASEDIR/$MACHINE
CDINSTKERNEL= ../../floppies/instkernel
CDKERNELS= netbsd-INSTALL.gz netbsd
+CDBUILDEXTRA= ${BOOT}
BOOTXX_CD9660= ${DESTDIR}/usr/mdec/xxboot_cd9660
CDMAKEFSOPTIONS= generic-bootimage=${BOOTXX_CD9660}
-prepare_md_post:
- ${CP} ${BOOT} cdrom
-
-
.include "${.CURDIR}/../../../common/Makefile.bootcd"