Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies/ramdisk use mtree -U, not mtree -u.



details:   https://anonhg.NetBSD.org/src/rev/e9d24ec077d0
branches:  trunk
changeset: 480086:e9d24ec077d0
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sun Jan 02 13:59:34 2000 +0000

description:
use mtree -U, not mtree -u.
re-enable error code check (remove "-" magic from makefile).

From: Hubert Feyrer <feyrer%rfhs8012.fh-regensburg.de@localhost>
Message-ID: <Pine.GSO.4.05.10001020308490.20750-100000@rfhs8036>

diffstat:

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

diffs (18 lines):

diff -r 1289918d1715 -r e9d24ec077d0 distrib/i386/floppies/ramdisk/Makefile
--- a/distrib/i386/floppies/ramdisk/Makefile    Sun Jan 02 13:43:00 2000 +0000
+++ b/distrib/i386/floppies/ramdisk/Makefile    Sun Jan 02 13:59:34 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 1999/12/31 18:34:04 itojun Exp $
+#      $NetBSD: Makefile,v 1.20 2000/01/02 13:59:34 itojun Exp $
 
 TOP=           ${.CURDIR}/..
 WARNS=1
@@ -44,7 +44,7 @@
        disklabel -rw ${VND_CDEV} ${DISKTYPE}
        newfs -B le -m 0 -o space -i 4000 -c 80 ${VND_RDEV} ${DISKTYPE}
        mount ${VND_DEV} ${MOUNT_POINT}
-       -mtree -def ${.CURDIR}/${MTREE} -p ${MOUNT_POINT}/ -u
+       mtree -def ${.CURDIR}/${MTREE} -p ${MOUNT_POINT}/ -U
        TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \
            TARGDIR=${MOUNT_POINT} sh ${TOP}/runlist.sh ${.CURDIR}/${LISTS}
        @echo ""



Home | Main Index | Thread Index | Old Index