Source-Changes-HG archive

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

[src/trunk]: src/distrib/amd64/floppies/common FLOPPYPAD + ${MACHINE} instead...



details:   https://anonhg.NetBSD.org/src/rev/aef05a10e9c4
branches:  trunk
changeset: 761822:aef05a10e9c4
user:      jym <jym%NetBSD.org@localhost>
date:      Tue Feb 08 12:25:36 2011 +0000

description:
FLOPPYPAD + ${MACHINE} instead of hardcoding amd64.

diffstat:

 distrib/amd64/floppies/common/Makefile.bootfloppy |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r ca3e68b4f011 -r aef05a10e9c4 distrib/amd64/floppies/common/Makefile.bootfloppy
--- a/distrib/amd64/floppies/common/Makefile.bootfloppy Tue Feb 08 12:21:26 2011 +0000
+++ b/distrib/amd64/floppies/common/Makefile.bootfloppy Tue Feb 08 12:25:36 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.bootfloppy,v 1.10 2008/11/04 23:02:52 dbj Exp $
+#      $NetBSD: Makefile.bootfloppy,v 1.11 2011/02/08 12:25:36 jym Exp $
 #
 # Makefile snippet to create a set of USTAR floppies
 #
@@ -31,9 +31,10 @@
 FLOPPYKERNOBJ!=                cd ${.CURDIR}/../../${FLOPPYKERNDIR} && ${PRINTOBJDIR}
 
 FLOPPY_BOOT?=          ${MDEC}/boot
-FLOPPY_BOOT_CFG?=      ${DISTRIBDIR}/amd64/floppies/common/boot.cfg
+FLOPPY_BOOT_CFG?=      ${DISTRIBDIR}/${MACHINE}/floppies/common/boot.cfg
 FLOPPY_NETBSD=         ${FLOPPYKERNOBJ}/${FLOPPYKERNEL}
 FLOPPYFILES=           boot boot.cfg ${FLOPPYMETAFILE} netbsd
+FLOPPYPAD=             1
 
 FLOPPY_RELEASEDIR=     installation/floppy
 



Home | Main Index | Thread Index | Old Index