Source-Changes-HG archive

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

[src/trunk]: src/distrib/macppc/floppies Use -f ${DESTDIR}/etc/disktab to fi...



details:   https://anonhg.NetBSD.org/src/rev/ea55d9a0cefd
branches:  trunk
changeset: 477187:ea55d9a0cefd
user:      wrstuden <wrstuden%NetBSD.org@localhost>
date:      Thu Oct 14 17:46:26 1999 +0000

description:
Use  -f ${DESTDIR}/etc/disktab to find the disktab, so that we can build
-current floppies from 1.4.

diffstat:

 distrib/macppc/floppies/bootfloppy/Makefile |  4 ++--
 distrib/macppc/floppies/ramdisk/Makefile    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 8db667ddf97e -r ea55d9a0cefd distrib/macppc/floppies/bootfloppy/Makefile
--- a/distrib/macppc/floppies/bootfloppy/Makefile       Thu Oct 14 17:02:25 1999 +0000
+++ b/distrib/macppc/floppies/bootfloppy/Makefile       Thu Oct 14 17:46:26 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 1999/03/04 20:32:20 wrstuden Exp $
+#      $NetBSD: Makefile,v 1.4 1999/10/14 17:46:26 wrstuden Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -39,7 +39,7 @@
        dd if=/dev/zero of=${IMAGE} bs=1440k count=1
        # vnconfig -v -c ${VND_CDEV} ${IMAGE}
        vnconfig -t ${DISKTYPE} -v -c ${VND_CDEV} ${IMAGE}
-       disklabel -rw ${VND_CDEV} ${DISKTYPE}
+       disklabel -f ${DESTDIR}/etc/disktab -rw ${VND_CDEV} ${DISKTYPE}
        newfs -B be -m 0 -o space -i ${INO_BYTES} -c 80 \
            -f 1024 -b 8192 ${VND_RDEV}
        mount ${VND_DEV} ${MOUNT_POINT}
diff -r 8db667ddf97e -r ea55d9a0cefd distrib/macppc/floppies/ramdisk/Makefile
--- a/distrib/macppc/floppies/ramdisk/Makefile  Thu Oct 14 17:02:25 1999 +0000
+++ b/distrib/macppc/floppies/ramdisk/Makefile  Thu Oct 14 17:46:26 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 1999/08/29 08:45:27 tsubai Exp $
+#      $NetBSD: Makefile,v 1.8 1999/10/14 17:46:27 wrstuden Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -23,7 +23,7 @@
 all: ${CBIN} 
        dd if=/dev/zero of=${IMAGE} bs=${SIZE} count=1
        vnconfig -t ${DISKTYPE} -v -c ${VND} ${IMAGE}
-       disklabel -rw ${VND} ${DISKTYPE}
+       disklabel -f ${DESTDIR}/etc/disktab -rw ${VND} ${DISKTYPE}
        newfs -B be -m 0 -o space -i 6144 -c 128 ${VND_RDEV}
        mount ${VND_DEV} ${MOUNT_POINT}
        mtree -def ${.CURDIR}/${MTREE} -p ${MOUNT_POINT}/ -u



Home | Main Index | Thread Index | Old Index