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 Ops, remove debug code added w...



details:   https://anonhg.NetBSD.org/src/rev/67855d23f866
branches:  trunk
changeset: 473499:67855d23f866
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Jun 05 20:44:57 1999 +0000

description:
Ops, remove debug code added with previous commmit.

diffstat:

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

diffs (20 lines):

diff -r 8d5e127ba507 -r 67855d23f866 distrib/i386/floppies/ramdisk/Makefile
--- a/distrib/i386/floppies/ramdisk/Makefile    Sat Jun 05 20:38:24 1999 +0000
+++ b/distrib/i386/floppies/ramdisk/Makefile    Sat Jun 05 20:44:57 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 1999/06/05 20:17:39 bouyer Exp $
+#      $NetBSD: Makefile,v 1.15 1999/06/05 20:44:57 bouyer Exp $
 
 TOP=           ${.CURDIR}/..
 WARNS=1
@@ -44,9 +44,7 @@
        disklabel -rw ${VND_CDEV} ${DISKTYPE}
        newfs -B le -m 0 -o space -i 5120 -c 80 ${VND_RDEV} ${DISKTYPE}
        mount ${VND_DEV} ${MOUNT_POINT}
-       mtree -def ${.CURDIR}/${MTREE} -p ${MOUNT_POINT}/ -U
-       echo toto
-       echo ${TOP} ${.CURDIR} ${.OBJDIR} ${MOUNT_POINT}
+       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