Source-Changes-HG archive

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

[src/trunk]: src convert to using .WAIT



details:   https://anonhg.NetBSD.org/src/rev/c0a539933b41
branches:  trunk
changeset: 501906:c0a539933b41
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Jan 09 03:13:39 2001 +0000

description:
convert to using .WAIT

diffstat:

 games/backgammon/Makefile     |   6 ++----
 games/fortune/Makefile        |   7 ++-----
 gnu/libexec/uucp/Makefile     |  10 +++-------
 gnu/usr.bin/binutils/Makefile |   8 +++-----
 gnu/usr.bin/egcs/Makefile     |   8 +++-----
 gnu/usr.bin/groff/Makefile    |  13 ++++---------
 gnu/usr.bin/rcs/Makefile      |   7 ++-----
 gnu/usr.bin/texinfo/Makefile  |   6 ++----
 sys/arch/x68k/stand/Makefile  |   6 ++----
 usr.bin/ssh/Makefile          |   8 ++------
 usr.sbin/altq/Makefile        |   6 ++----
 usr.sbin/amd/Makefile         |   8 +++-----
 usr.sbin/bind/Makefile        |  16 +++++-----------
 usr.sbin/bootp/Makefile       |   6 ++----
 usr.sbin/dhcp/Makefile        |   4 +---
 usr.sbin/lpr/Makefile         |   7 ++-----
 usr.sbin/mopd/Makefile        |   6 ++----
 usr.sbin/ntp/Makefile         |   9 ++-------
 usr.sbin/pkg_install/Makefile |   6 ++----
 usr.sbin/sup/Makefile         |   6 ++----
 usr.sbin/ypserv/Makefile      |   9 +++------
 21 files changed, 51 insertions(+), 111 deletions(-)

diffs (truncated from 361 to 300 lines):

diff -r ddf0e5e5e6d7 -r c0a539933b41 games/backgammon/Makefile
--- a/games/backgammon/Makefile Tue Jan 09 02:31:37 2001 +0000
+++ b/games/backgammon/Makefile Tue Jan 09 03:13:39 2001 +0000
@@ -1,8 +1,6 @@
-#      $NetBSD: Makefile,v 1.5 1997/10/16 05:24:23 lukem Exp $
+#      $NetBSD: Makefile,v 1.6 2001/01/09 03:13:39 lukem Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
-SUBDIR=        common_source backgammon teachgammon
-
-all-backgammon all-teachgammon: all-common_source 
+SUBDIR=        common_source .WAIT backgammon teachgammon
 
 .include <bsd.subdir.mk>
diff -r ddf0e5e5e6d7 -r c0a539933b41 games/fortune/Makefile
--- a/games/fortune/Makefile    Tue Jan 09 02:31:37 2001 +0000
+++ b/games/fortune/Makefile    Tue Jan 09 03:13:39 2001 +0000
@@ -1,9 +1,6 @@
-#      $NetBSD: Makefile,v 1.8 2000/01/23 22:10:22 mycroft Exp $
+#      $NetBSD: Makefile,v 1.9 2001/01/09 03:13:40 lukem Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
-SUBDIR=        fortune strfile datfiles
-
-all-datfiles: all-strfile
-dependall-datfiles: dependall-strfile
+SUBDIR=        fortune strfile .WAIT datfiles
 
 .include <bsd.subdir.mk>
diff -r ddf0e5e5e6d7 -r c0a539933b41 gnu/libexec/uucp/Makefile
--- a/gnu/libexec/uucp/Makefile Tue Jan 09 02:31:37 2001 +0000
+++ b/gnu/libexec/uucp/Makefile Tue Jan 09 03:13:39 2001 +0000
@@ -1,13 +1,9 @@
-#      $NetBSD: Makefile,v 1.6 1999/03/29 11:40:36 kleink Exp $
+#      $NetBSD: Makefile,v 1.7 2001/01/09 03:13:40 lukem Exp $
 #
 # This is the Makefile for Taylor UUCP
 
-SUBDIR=        libunix libuucp libuuconf \
+SUBDIR=        libunix libuucp libuuconf doc .WAIT \
        cu uuchk uucico uuconv uucp uulog uuname uupick uusched \
-       uustat uuto uux uuxqt doc
-
-all-cu all-uuchk all-uucico all-uuconv all-uucp all-uulog all-uuname \
-all-uupick all-uusched all-uustat all-uuto all-uux all-uuxqt: \
-       all-libunix all-libuucp all-libuuconf
+       uustat uuto uux uuxqt
 
 .include <bsd.subdir.mk>
diff -r ddf0e5e5e6d7 -r c0a539933b41 gnu/usr.bin/binutils/Makefile
--- a/gnu/usr.bin/binutils/Makefile     Tue Jan 09 02:31:37 2001 +0000
+++ b/gnu/usr.bin/binutils/Makefile     Tue Jan 09 03:13:39 2001 +0000
@@ -1,11 +1,9 @@
-#      $NetBSD: Makefile,v 1.11 2000/10/25 13:00:59 mrg Exp $
+#      $NetBSD: Makefile,v 1.12 2001/01/09 03:13:40 lukem Exp $
 
 .if (${MACHINE_ARCH} != sparc64)
-SUBDIR=                common addr2line ar c++filt nm objcopy objdump ranlib size \
-               strings strip
+SUBDIR=                common .WAIT addr2line ar c++filt nm objcopy objdump ranlib \
+               size strings strip
 
-all-addr2line all-ar all-c++filt all-nm all-objcopy all-objdump \
-       all-ranlib all-size all-strings all-strip: all-common
 .endif
 
 TEXINFO=       binutils.info
diff -r ddf0e5e5e6d7 -r c0a539933b41 gnu/usr.bin/egcs/Makefile
--- a/gnu/usr.bin/egcs/Makefile Tue Jan 09 02:31:37 2001 +0000
+++ b/gnu/usr.bin/egcs/Makefile Tue Jan 09 03:13:39 2001 +0000
@@ -1,13 +1,11 @@
-#      $NetBSD: Makefile,v 1.11 2000/08/06 15:26:55 mrg Exp $
+#      $NetBSD: Makefile,v 1.12 2001/01/09 03:13:40 lukem Exp $
 
 .include <bsd.own.mk>
 
 .if (${MACHINE_ARCH} != "sparc64")
-SUBDIR=                common cc1 cc1plus cc1obj f771 \
-               c89 cc cpp collect2 g++ g77 gcov
+SUBDIR=                c89 cc cpp collect2 g++ g77 gcov \
+               common .WAIT cc1 cc1plus cc1obj f771
 
-all-cc1 all-cc1obj all-cc1plus all-f771: all-common
-depend-cc1 depend-cc1obj depend-cc1plus depend-f771: depend-common
 .else
 SUBDIR=                cc cpp g++ g77
 .endif
diff -r ddf0e5e5e6d7 -r c0a539933b41 gnu/usr.bin/groff/Makefile
--- a/gnu/usr.bin/groff/Makefile        Tue Jan 09 02:31:37 2001 +0000
+++ b/gnu/usr.bin/groff/Makefile        Tue Jan 09 03:13:39 2001 +0000
@@ -1,21 +1,16 @@
-#      $NetBSD: Makefile,v 1.10 1999/02/13 02:54:26 lukem Exp $
+#      $NetBSD: Makefile,v 1.11 2001/01/09 03:13:40 lukem Exp $
 
 .include <bsd.own.mk>
 
-SUBDIR=        libgroff libdriver libbib\
-       groff troff nroff tbl pic eqn grog grops grotty grodvi grolj4 \
-       refer lookbib indxbib lkbib hpftodit tfmtodit addftinfo pfbtops psbb
+SUBDIR=        grog nroff libgroff libdriver libbib .WAIT \
+       addftinfo eqn grodvi groff grolj4 grops grotty hpftodit indxbib \
+       lkbib lookbib pfbtops pic psbb refer tbl tfmtodit troff
 
 .if ${MKSHARE} != "no" || \
        make(clean) || make(cleandir) || make(distclean) || make(obj)
 SUBDIR+=devices tmac mm man
 .endif
 
-all-addftinfo all-eqn all-grodvi all-groff all-grolj4 all-grops all-grotty \
-all-hpftodit all-indxbib all-lkbib all-lookbib all-pfbtops all-pic all-refer \
-all-tbl all-tfmtodit all-troff: \
-       all-libgroff all-libdriver all-libbib
-
 # don't do xditview; we don't want to have to deal w/X not being installed
 #SUBDIR+=      xditview
 
diff -r ddf0e5e5e6d7 -r c0a539933b41 gnu/usr.bin/rcs/Makefile
--- a/gnu/usr.bin/rcs/Makefile  Tue Jan 09 02:31:37 2001 +0000
+++ b/gnu/usr.bin/rcs/Makefile  Tue Jan 09 03:13:39 2001 +0000
@@ -1,8 +1,5 @@
-#      $NetBSD: Makefile,v 1.7 1997/10/18 04:42:03 lukem Exp $
+#      $NetBSD: Makefile,v 1.8 2001/01/09 03:13:41 lukem Exp $
 
-SUBDIR+=lib ci co ident merge rcs rcsclean rcsdiff rcsfreeze rcsmerge rlog
-
-all-ci all-co all-ident all-merge all-rcs all-rcsclean all-rcsdiff \
-    all-rcsfreeze all-rcsmerge all-rlog: all-lib
+SUBDIR+=lib .WAIT ci co ident merge rcs rcsclean rcsdiff rcsfreeze rcsmerge rlog
 
 .include <bsd.subdir.mk>
diff -r ddf0e5e5e6d7 -r c0a539933b41 gnu/usr.bin/texinfo/Makefile
--- a/gnu/usr.bin/texinfo/Makefile      Tue Jan 09 02:31:37 2001 +0000
+++ b/gnu/usr.bin/texinfo/Makefile      Tue Jan 09 03:13:39 2001 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.5 2000/06/11 13:07:49 veego Exp $
+#      $NetBSD: Makefile,v 1.6 2001/01/09 03:13:41 lukem Exp $
 
 .include <bsd.own.mk>
 
-SUBDIR=                common info install-info makeinfo texi2dvi texindex
+SUBDIR=                common .WAIT info install-info makeinfo texi2dvi texindex
 
 .if ${MKSHARE} != "no"
 FILESDIR=      /usr/share/misc
@@ -22,8 +22,6 @@
 DIST=          ${.CURDIR}/../../dist
 .PATH: ${DIST}/texinfo ${DIST}/texinfo/doc ${DIST}/texinfo/po
 
-all-info all-install-info all-makeinfo all-texi2dvi all-texindex: all-common
-
 .include <bsd.info.mk>
 .include <bsd.files.mk>
 .include <bsd.subdir.mk>
diff -r ddf0e5e5e6d7 -r c0a539933b41 sys/arch/x68k/stand/Makefile
--- a/sys/arch/x68k/stand/Makefile      Tue Jan 09 02:31:37 2001 +0000
+++ b/sys/arch/x68k/stand/Makefile      Tue Jan 09 03:13:39 2001 +0000
@@ -1,7 +1,5 @@
-#      $NetBSD: Makefile,v 1.5 1999/12/24 16:51:24 minoura Exp $
+#      $NetBSD: Makefile,v 1.6 2001/01/09 03:13:41 lukem Exp $
 
-SUBDIR=        aout2hux libdos libiocs loadbsd xxboot mboot newdisk # common
-
-all-loadbsd: all-aout2hux all-libdos all-libiocs
+SUBDIR= xxboot mboot newdisk aout2hux libdos libiocs .WAIT loadbsd # common
 
 .include <bsd.subdir.mk>
diff -r ddf0e5e5e6d7 -r c0a539933b41 usr.bin/ssh/Makefile
--- a/usr.bin/ssh/Makefile      Tue Jan 09 02:31:37 2001 +0000
+++ b/usr.bin/ssh/Makefile      Tue Jan 09 03:13:39 2001 +0000
@@ -1,14 +1,10 @@
-#      $NetBSD: Makefile,v 1.8 2000/09/28 22:20:58 thorpej Exp $
+#      $NetBSD: Makefile,v 1.9 2001/01/09 03:13:41 lukem Exp $
 
 .include <bsd.own.mk>
 
 SSHDIST?= ${.CURDIR}/../../crypto/dist/ssh
 
-SUBDIR=        libssh ssh sshd ssh-add ssh-keygen ssh-agent scp
-
-all-ssh all-sshd all-ssh-add all-ssh-keygen all-ssh-agent all-scp: all-libssh
-dependall-ssh dependall-sshd dependall-ssh-add dependall-ssh-keygen \
-       dependall-ssh-agent dependall-scp: dependall-libssh
+SUBDIR=        libssh .WAIT ssh sshd ssh-add ssh-keygen ssh-agent scp
 
 distribution:
        ${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 644 \
diff -r ddf0e5e5e6d7 -r c0a539933b41 usr.sbin/altq/Makefile
--- a/usr.sbin/altq/Makefile    Tue Jan 09 02:31:37 2001 +0000
+++ b/usr.sbin/altq/Makefile    Tue Jan 09 03:13:39 2001 +0000
@@ -1,7 +1,5 @@
-#      $NetBSD: Makefile,v 1.1 2000/12/16 18:57:34 thorpej Exp $
+#      $NetBSD: Makefile,v 1.2 2001/01/09 03:13:41 lukem Exp $
 
-SUBDIR=        libaltq altqd altqstat tbrconfig
-
-all-altqd all-altqstat all-abrconfig: all-libaltq
+SUBDIR=        libaltq .WAIT altqd altqstat tbrconfig
 
 .include <bsd.subdir.mk>
diff -r ddf0e5e5e6d7 -r c0a539933b41 usr.sbin/amd/Makefile
--- a/usr.sbin/amd/Makefile     Tue Jan 09 02:31:37 2001 +0000
+++ b/usr.sbin/amd/Makefile     Tue Jan 09 03:13:39 2001 +0000
@@ -1,8 +1,6 @@
-#      $NetBSD: Makefile,v 1.13 2000/11/20 00:24:41 wiz Exp $
+#      $NetBSD: Makefile,v 1.14 2001/01/09 03:13:42 lukem Exp $
 
-SUBDIR=        libamu amd amq doc fixmount fsinfo hlfsd mk-amd-map pawd scripts wire-test
-
-all-amd all-amq all-hlfsd all-fixmount all-fsinfo all-mk-amd-map all-pawd \
-    all-wire-test: all-libamu
+SUBDIR=        doc scripts libamu .WAIT amd amq fixmount fsinfo hlfsd mk-amd-map \
+       pawd wire-test
 
 .include <bsd.subdir.mk>
diff -r ddf0e5e5e6d7 -r c0a539933b41 usr.sbin/bind/Makefile
--- a/usr.sbin/bind/Makefile    Tue Jan 09 02:31:37 2001 +0000
+++ b/usr.sbin/bind/Makefile    Tue Jan 09 03:13:39 2001 +0000
@@ -1,21 +1,15 @@
-#      $NetBSD: Makefile,v 1.7 2000/11/13 22:45:05 tv Exp $
+#      $NetBSD: Makefile,v 1.8 2001/01/09 03:13:42 lukem Exp $
 
 .include <bsd.own.mk>
 
-SUBDIR=        lib dig dnskeygen dnsquery host named named-bootconf named-xfer \
-       ndc nslookup nsupdate reload restart
+# named-xfer and ndc depend on named/pathname.h
+
+SUBDIR=        named-bootconf reload restart lib .WAIT dig dnskeygen dnsquery host \
+       nslookup nsupdate named .WAIT named-xfer ndc
 .if ${MKDOC} != no
 SUBDIR+=doc
 .endif
 
-all-dig all-dnskeygen all-dnsquery all-host all-named all-named-xfer \
-       all-ndc all-nslookup all-nsupdate: all-lib
-depend-dig depend-dnskeygen depend-dnsquery depend-host depend-named \
-       depend-named-xfer depend-ndc depend-nslookup depend-nsupdate: depend-lib
-
-# depend on named/pathname.h
-depend-named-xfer depend-ndc: depend-named
-all-named-xfer all-ndc: all-named
 
 VER= 8.2.2-P7
 
diff -r ddf0e5e5e6d7 -r c0a539933b41 usr.sbin/bootp/Makefile
--- a/usr.sbin/bootp/Makefile   Tue Jan 09 02:31:37 2001 +0000
+++ b/usr.sbin/bootp/Makefile   Tue Jan 09 03:13:39 2001 +0000
@@ -1,7 +1,5 @@
-#      $NetBSD: Makefile,v 1.1 1998/03/15 01:13:24 lukem Exp $
+#      $NetBSD: Makefile,v 1.2 2001/01/09 03:13:42 lukem Exp $
 
-SUBDIR=        common bootpd bootpef bootpgw bootptest
-
-all-bootpd all-bootpef all-bootpgw all-bootptest: all-common
+SUBDIR=        common .WAIT bootpd bootpef bootpgw bootptest
 
 .include <bsd.subdir.mk>
diff -r ddf0e5e5e6d7 -r c0a539933b41 usr.sbin/dhcp/Makefile
--- a/usr.sbin/dhcp/Makefile    Tue Jan 09 02:31:37 2001 +0000
+++ b/usr.sbin/dhcp/Makefile    Tue Jan 09 03:13:39 2001 +0000
@@ -30,8 +30,6 @@
 # OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
-SUBDIR=        common omapip minires server client relay dhcpctl
-
-all-server all-client all-relay: all-common
+SUBDIR= dhcpctl minires omapip common .WAIT server client relay
 
 .include <bsd.subdir.mk>
diff -r ddf0e5e5e6d7 -r c0a539933b41 usr.sbin/lpr/Makefile
--- a/usr.sbin/lpr/Makefile     Tue Jan 09 02:31:37 2001 +0000
+++ b/usr.sbin/lpr/Makefile     Tue Jan 09 03:13:39 2001 +0000
@@ -1,13 +1,10 @@
-#      $NetBSD: Makefile,v 1.9 1997/10/16 05:13:00 lukem Exp $
+#      $NetBSD: Makefile,v 1.10 2001/01/09 03:13:42 lukem Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
 
-SUBDIR=        common_source lp lpc lpd lpq lpr lprm lptest pac filters
+SUBDIR=        common_source .WAIT lp lpc lpd lpq lpr lprm lptest pac filters
 
 .if make(install)
 SUBDIR+= SMM.doc
 .endif
 
-all-lp all-lpc all-lpd all-lpq all-lpr all-lprm all-lptest \
-    all-pac all-filters: all-common_source
-
 .include <bsd.subdir.mk>
diff -r ddf0e5e5e6d7 -r c0a539933b41 usr.sbin/mopd/Makefile
--- a/usr.sbin/mopd/Makefile    Tue Jan 09 02:31:37 2001 +0000
+++ b/usr.sbin/mopd/Makefile    Tue Jan 09 03:13:39 2001 +0000
@@ -1,7 +1,5 @@
-#      $NetBSD: Makefile,v 1.4 1997/10/17 10:38:11 lukem Exp $
+#      $NetBSD: Makefile,v 1.5 2001/01/09 03:13:43 lukem Exp $
 
-SUBDIR=        common mopa.out mopchk mopd mopprobe moptrace
-
-all-mopa.out all-mopchk all-mopd all-mopprobe all-moptrace: all-common
+SUBDIR=        common .WAIT mopa.out mopchk mopd mopprobe moptrace



Home | Main Index | Thread Index | Old Index