Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/sparc/ramdisk Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/1e634058712c
branches:  netbsd-1-4
changeset: 470872:1e634058712c
user:      he <he%NetBSD.org@localhost>
date:      Sat Aug 26 18:35:45 2000 +0000

description:
Apply patch (requested by he):
  Make this build with obj directories.

diffstat:

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

diffs (27 lines):

diff -r dca68c15298a -r 1e634058712c distrib/sparc/ramdisk/Makefile
--- a/distrib/sparc/ramdisk/Makefile    Sat Aug 26 18:32:44 2000 +0000
+++ b/distrib/sparc/ramdisk/Makefile    Sat Aug 26 18:35:45 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8.2.4 2000/06/03 15:17:46 he Exp $
+#      $NetBSD: Makefile,v 1.8.2.5 2000/08/26 18:35:45 he Exp $
 
 TOP=           ${.CURDIR}/..
 MINIROOT=      ${.CURDIR}/../../miniroot
@@ -17,7 +17,7 @@
 MDEC=          ${DESTDIR}/usr/mdec
 IMAGE?=                ramdisk-${REV}.fs
 
-LISTS=         list
+LISTS=         ${.CURDIR}/list
 MTREE=         mtree.conf
 
 CYLS=          90
@@ -47,6 +47,8 @@
        umount ${MOUNT_POINT}
        vnconfig -u ${VND_CDEV}
 
+${IMAGE}: all
+
 unconfig:
        -umount -f ${MOUNT_POINT}
        -vnconfig -u ${VND_DEV}



Home | Main Index | Thread Index | Old Index