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 i'm not sure why, but without ...
details: https://anonhg.NetBSD.org/src/rev/8f721d7b3fc9
branches: trunk
changeset: 480059:8f721d7b3fc9
user: itojun <itojun%NetBSD.org@localhost>
date: Fri Dec 31 18:34:04 1999 +0000
description:
i'm not sure why, but without ignoring mtree error (error code 2)
i can't build floppy at all. hope this is not my pilot error.
diffstat:
distrib/i386/floppies/ramdisk/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dbf69347f22b -r 8f721d7b3fc9 distrib/i386/floppies/ramdisk/Makefile
--- a/distrib/i386/floppies/ramdisk/Makefile Fri Dec 31 18:33:25 1999 +0000
+++ b/distrib/i386/floppies/ramdisk/Makefile Fri Dec 31 18:34:04 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 1999/11/09 00:22:41 he Exp $
+# $NetBSD: Makefile,v 1.19 1999/12/31 18:34:04 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