Source-Changes-HG archive

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

[src/trunk]: src/distrib .WAIT on miniroot, as some ports (such as sparc) nee...



details:   https://anonhg.NetBSD.org/src/rev/a4f59c6cc86f
branches:  trunk
changeset: 526724:a4f59c6cc86f
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu May 09 11:26:50 2002 +0000

description:
.WAIT on miniroot, as some ports (such as sparc) need it built for
later steps to operate

diffstat:

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

diffs (15 lines):

diff -r eec8f5ad6c20 -r a4f59c6cc86f distrib/Makefile
--- a/distrib/Makefile  Thu May 09 11:13:52 2002 +0000
+++ b/distrib/Makefile  Thu May 09 11:26:50 2002 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.8 2002/05/02 17:44:32 lukem Exp $
+#      $NetBSD: Makefile,v 1.9 2002/05/09 11:26:50 lukem Exp $
 
 SUBDIR=        notes
 
 .if exists(${MACHINE}/miniroot/Makefile.inc)
-SUBDIR+= miniroot
+SUBDIR+= miniroot .WAIT
 .endif
 
 .if exists(${MACHINE}/Makefile)



Home | Main Index | Thread Index | Old Index