Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc instfs doesn't have to wait on ramdisk or bootfs



details:   https://anonhg.NetBSD.org/src/rev/eec8f5ad6c20
branches:  trunk
changeset: 526723:eec8f5ad6c20
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu May 09 11:13:52 2002 +0000

description:
instfs doesn't have to wait on ramdisk or bootfs

diffstat:

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

diffs (12 lines):

diff -r c8fd75faf715 -r eec8f5ad6c20 distrib/sparc/Makefile
--- a/distrib/sparc/Makefile    Thu May 09 11:12:48 2002 +0000
+++ b/distrib/sparc/Makefile    Thu May 09 11:13:52 2002 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.5 2002/04/12 14:54:36 lukem Exp $
+#      $NetBSD: Makefile,v 1.6 2002/05/09 11:13:52 lukem Exp $
 
-SUBDIR=                ramdisk .WAIT bootfs .WAIT instfs
+SUBDIR=                instfs ramdisk .WAIT bootfs
 TARGETS+=      release
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index