From add26a70e95042402bbdb5f6e336719b27476089 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Tue, 13 Oct 2015 18:56:50 +0000 Subject: [PATCH] MFC r288266: Add more SUBDIR_PARALLEL. git-svn-id: svn://svn.freebsd.org/base/stable/10@289252 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- kerberos5/Makefile | 4 +++- kerberos5/lib/Makefile | 2 ++ kerberos5/libexec/Makefile | 1 + kerberos5/tools/Makefile | 1 + kerberos5/usr.bin/Makefile | 1 + kerberos5/usr.sbin/Makefile | 1 + usr.bin/svn/Makefile | 5 ++++- usr.sbin/amd/Makefile | 4 +++- usr.sbin/bsdinstall/Makefile | 1 + usr.sbin/fifolog/Makefile | 4 +++- usr.sbin/lpr/Makefile | 4 +++- usr.sbin/pc-sysinstall/Makefile | 1 + usr.sbin/unbound/Makefile | 1 + usr.sbin/wpa/Makefile | 1 + 14 files changed, 26 insertions(+), 5 deletions(-) diff --git a/kerberos5/Makefile b/kerberos5/Makefile index 401957b32..c4418ec5e 100644 --- a/kerberos5/Makefile +++ b/kerberos5/Makefile @@ -1,6 +1,8 @@ # $FreeBSD$ -SUBDIR= doc lib libexec tools usr.bin usr.sbin +SUBDIR= lib .WAIT \ + doc libexec tools usr.bin usr.sbin +SUBDIR_PARALLEL= # These are the programs which depend on Kerberos. KPROGS= lib/libpam \ diff --git a/kerberos5/lib/Makefile b/kerberos5/lib/Makefile index d1d44e014..238fe9004 100644 --- a/kerberos5/lib/Makefile +++ b/kerberos5/lib/Makefile @@ -5,4 +5,6 @@ SUBDIR= libasn1 libgssapi_krb5 libgssapi_ntlm libgssapi_spnego libhdb \ libheimntlm libhx509 libkadm5clnt libkadm5srv libkafs5 libkrb5 \ libroken libsl libvers libkdc libwind libheimsqlite libheimbase libheimipcc libheimipcs +SUBDIR_DEPEND_libkafs5= libkrb5 + .include diff --git a/kerberos5/libexec/Makefile b/kerberos5/libexec/Makefile index e6735cac5..26a830d52 100644 --- a/kerberos5/libexec/Makefile +++ b/kerberos5/libexec/Makefile @@ -2,5 +2,6 @@ SUBDIR= digest-service ipropd-master ipropd-slave hprop hpropd kadmind kdc \ kdigest kfd kimpersonate kpasswdd kcm +SUBDIR_PARALLEL= .include diff --git a/kerberos5/tools/Makefile b/kerberos5/tools/Makefile index 0bbf2d459..b623a252f 100644 --- a/kerberos5/tools/Makefile +++ b/kerberos5/tools/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ SUBDIR= make-roken asn1_compile slc +SUBDIR_PARALLEL= .include diff --git a/kerberos5/usr.bin/Makefile b/kerberos5/usr.bin/Makefile index da141e500..e9c50308b 100644 --- a/kerberos5/usr.bin/Makefile +++ b/kerberos5/usr.bin/Makefile @@ -2,5 +2,6 @@ SUBDIR= hxtool kadmin kcc kdestroy kgetcred kf kinit kpasswd krb5-config ksu \ string2key verify_krb5_conf +SUBDIR_PARALLEL= .include diff --git a/kerberos5/usr.sbin/Makefile b/kerberos5/usr.sbin/Makefile index 5e8d58ec5..a7a69ce63 100644 --- a/kerberos5/usr.sbin/Makefile +++ b/kerberos5/usr.sbin/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ SUBDIR= iprop-log kstash ktutil +SUBDIR_PARALLEL= .include diff --git a/usr.bin/svn/Makefile b/usr.bin/svn/Makefile index 444211704..1d2ae21d5 100644 --- a/usr.bin/svn/Makefile +++ b/usr.bin/svn/Makefile @@ -1,5 +1,8 @@ # $FreeBSD$ -SUBDIR = lib svn svnadmin svndumpfilter svnlook svnserve svnsync svnversion svnmucc svnrdump +SUBDIR = lib .WAIT \ + svn svnadmin svndumpfilter svnlook svnserve svnsync svnversion \ + svnmucc svnrdump +SUBDIR_PARALLEL= .include diff --git a/usr.sbin/amd/Makefile b/usr.sbin/amd/Makefile index 37e420058..67f7a8f8c 100644 --- a/usr.sbin/amd/Makefile +++ b/usr.sbin/amd/Makefile @@ -5,7 +5,9 @@ # # $FreeBSD$ -SUBDIR= include libamu amd amq doc fixmount fsinfo hlfsd mk-amd-map pawd \ +SUBDIR= include libamu .WAIT \ + amd amq doc fixmount fsinfo hlfsd mk-amd-map pawd \ scripts wire-test +SUBDIR_PARALLEL= .include diff --git a/usr.sbin/bsdinstall/Makefile b/usr.sbin/bsdinstall/Makefile index e72b5d3d4..4e3b7ef32 100644 --- a/usr.sbin/bsdinstall/Makefile +++ b/usr.sbin/bsdinstall/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ SUBDIR= distextract distfetch partedit scripts +SUBDIR_PARALLEL= SCRIPTS= bsdinstall MAN= bsdinstall.8 diff --git a/usr.sbin/fifolog/Makefile b/usr.sbin/fifolog/Makefile index 59ac9fe80..fbaaa894d 100644 --- a/usr.sbin/fifolog/Makefile +++ b/usr.sbin/fifolog/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ -SUBDIR= lib fifolog_create fifolog_writer fifolog_reader +SUBDIR= lib .WAIT \ + fifolog_create fifolog_writer fifolog_reader +SUBDIR_PARALLEL= .include diff --git a/usr.sbin/lpr/Makefile b/usr.sbin/lpr/Makefile index 043ed8bdb..5873c0758 100644 --- a/usr.sbin/lpr/Makefile +++ b/usr.sbin/lpr/Makefile @@ -1,7 +1,9 @@ # $FreeBSD$ -SUBDIR= common_source chkprintcap lp lpc lpd lpq lpr lprm lptest pac \ +SUBDIR= common_source .WAIT \ + chkprintcap lp lpc lpd lpq lpr lprm lptest pac \ filters filters.ru +SUBDIR_PARALLEL= # Questions/ideas for lpr & friends could also be sent to: # freebsd-print@bostonradio.org diff --git a/usr.sbin/pc-sysinstall/Makefile b/usr.sbin/pc-sysinstall/Makefile index aba8db7d5..d079e1667 100644 --- a/usr.sbin/pc-sysinstall/Makefile +++ b/usr.sbin/pc-sysinstall/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ SUBDIR=backend backend-partmanager backend-query conf doc examples SUBDIR+=pc-sysinstall +SUBDIR_PARALLEL= .include diff --git a/usr.sbin/unbound/Makefile b/usr.sbin/unbound/Makefile index 3eb12fe6d..94cfdc3d9 100644 --- a/usr.sbin/unbound/Makefile +++ b/usr.sbin/unbound/Makefile @@ -2,5 +2,6 @@ SUBDIR= daemon anchor checkconf control SUBDIR+= local-setup +SUBDIR_PARALLEL= .include diff --git a/usr.sbin/wpa/Makefile b/usr.sbin/wpa/Makefile index 5d746e975..ae07ec04f 100644 --- a/usr.sbin/wpa/Makefile +++ b/usr.sbin/wpa/Makefile @@ -3,5 +3,6 @@ SUBDIR= wpa_supplicant wpa_cli wpa_passphrase SUBDIR+= hostapd hostapd_cli SUBDIR+= ndis_events +SUBDIR_PARALLEL= .include -- 2.45.0