Source-Changes-HG archive

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

[src/trunk]: src .WAIT before distrib, since distrib may need things built ea...



details:   https://anonhg.NetBSD.org/src/rev/ec27f0dbe0d8
branches:  trunk
changeset: 545991:ec27f0dbe0d8
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Apr 18 19:14:39 2003 +0000

description:
.WAIT before distrib, since distrib may need things built earlier
in the build process.

diffstat:

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

diffs (18 lines):

diff -r 11f4433a0945 -r ec27f0dbe0d8 Makefile
--- a/Makefile  Fri Apr 18 19:12:01 2003 +0000
+++ b/Makefile  Fri Apr 18 19:14:39 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.204 2003/04/17 00:33:44 thorpej Exp $
+#      $NetBSD: Makefile,v 1.205 2003/04/18 19:14:39 thorpej Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -99,7 +99,7 @@
 .endif
 
 _SUBDIR=       tools lib include gnu bin games libexec sbin usr.bin
-_SUBDIR+=      usr.sbin share rescue sys etc distrib regress
+_SUBDIR+=      usr.sbin share rescue sys etc .WAIT distrib regress
 
 #
 # Weed out directories that don't exist.



Home | Main Index | Thread Index | Old Index