Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/cvs Add .WAIT after the libraries the rest of th...



details:   https://anonhg.NetBSD.org/src/rev/a8bbbd6b0ff7
branches:  trunk
changeset: 503582:a8bbbd6b0ff7
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Feb 09 14:51:38 2001 +0000

description:
Add .WAIT after the libraries the rest of the programs depend upon, for
parallel builds.

diffstat:

 gnu/usr.bin/cvs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 89355089c7d6 -r a8bbbd6b0ff7 gnu/usr.bin/cvs/Makefile
--- a/gnu/usr.bin/cvs/Makefile  Fri Feb 09 14:39:47 2001 +0000
+++ b/gnu/usr.bin/cvs/Makefile  Fri Feb 09 14:51:38 2001 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.1 2000/09/04 21:46:56 christos Exp $
+#      $NetBSD: Makefile,v 1.2 2001/02/09 14:51:38 wiz Exp $
 
 # The two four of these are libraries and have to be built first.
 
-SUBDIR=        libcvs libdiff doc cvs cvsbug rcs2log
+SUBDIR=        libcvs libdiff .WAIT doc cvs cvsbug rcs2log
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index