Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/x68k/cdroms/installcd Use CDBUILDEXTRA to copy secon...



details:   https://anonhg.NetBSD.org/src/rev/d220eb2c46a0
branches:  trunk
changeset: 782845:d220eb2c46a0
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Nov 22 20:26:33 2012 +0000

description:
Use CDBUILDEXTRA to copy secondary bootloader into target CD iso image.

diffstat:

 distrib/x68k/cdroms/installcd/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (19 lines):

diff -r 144fb3d4e519 -r d220eb2c46a0 distrib/x68k/cdroms/installcd/Makefile
--- a/distrib/x68k/cdroms/installcd/Makefile    Thu Nov 22 20:22:31 2012 +0000
+++ b/distrib/x68k/cdroms/installcd/Makefile    Thu Nov 22 20:26:33 2012 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index