Author: bdrewery
Date: Tue Oct 13 18:56:50 2015
New Revision: 289252
URL: https://svnweb.freebsd.org/changeset/base/289252
Log:
MFC r288266:
Add more SUBDIR_PARALLEL.
Modified:
stable/10/kerberos5/Makefile
stable/10/kerberos5/lib/Makefile
stable/10/kerberos5/libexec/Makefile
stable/10/kerberos5/tools/Makefile
stable/10/kerberos5/usr.bin/Makefile
stable/10/kerberos5/usr.sbin/Makefile
stable/10/usr.bin/svn/Makefile
stable/10/usr.sbin/amd/Makefile
stable/10/usr.sbin/bsdinstall/Makefile
stable/10/usr.sbin/fifolog/Makefile
stable/10/usr.sbin/lpr/Makefile
stable/10/usr.sbin/pc-sysinstall/Makefile
stable/10/usr.sbin/unbound/Makefile
stable/10/usr.sbin/wpa/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/kerberos5/Makefile
==============================================================================
--- stable/10/kerberos5/Makefile Tue Oct 13 18:52:56 2015
(r289251)
+++ stable/10/kerberos5/Makefile Tue Oct 13 18:56:50 2015
(r289252)
@@ -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 \
Modified: stable/10/kerberos5/lib/Makefile
==============================================================================
--- stable/10/kerberos5/lib/Makefile Tue Oct 13 18:52:56 2015
(r289251)
+++ stable/10/kerberos5/lib/Makefile Tue Oct 13 18:56:50 2015
(r289252)
@@ -5,4 +5,6 @@ SUBDIR= libasn1 libgssapi_krb5 libgssapi
libheimntlm libhx509 libkadm5clnt libkadm5srv libkafs5 libkrb5 \
libroken libsl libvers libkdc libwind libheimsqlite libheimbase
libheimipcc libheimipcs
+SUBDIR_DEPEND_libkafs5= libkrb5
+
.include <bsd.subdir.mk>
Modified: stable/10/kerberos5/libexec/Makefile
==============================================================================
--- stable/10/kerberos5/libexec/Makefile Tue Oct 13 18:52:56 2015
(r289251)
+++ stable/10/kerberos5/libexec/Makefile Tue Oct 13 18:56:50 2015
(r289252)
@@ -2,5 +2,6 @@
SUBDIR= digest-service ipropd-master ipropd-slave hprop hpropd kadmind
kdc \
kdigest kfd kimpersonate kpasswdd kcm
+SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
Modified: stable/10/kerberos5/tools/Makefile
==============================================================================
--- stable/10/kerberos5/tools/Makefile Tue Oct 13 18:52:56 2015
(r289251)
+++ stable/10/kerberos5/tools/Makefile Tue Oct 13 18:56:50 2015
(r289252)
@@ -1,5 +1,6 @@
# $FreeBSD$
SUBDIR= make-roken asn1_compile slc
+SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
Modified: stable/10/kerberos5/usr.bin/Makefile
==============================================================================
--- stable/10/kerberos5/usr.bin/Makefile Tue Oct 13 18:52:56 2015
(r289251)
+++ stable/10/kerberos5/usr.bin/Makefile Tue Oct 13 18:56:50 2015
(r289252)
@@ -2,5 +2,6 @@
SUBDIR= hxtool kadmin kcc kdestroy kgetcred kf kinit kpasswd
krb5-config ksu \
string2key verify_krb5_conf
+SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
Modified: stable/10/kerberos5/usr.sbin/Makefile
==============================================================================
--- stable/10/kerberos5/usr.sbin/Makefile Tue Oct 13 18:52:56 2015
(r289251)
+++ stable/10/kerberos5/usr.sbin/Makefile Tue Oct 13 18:56:50 2015
(r289252)
@@ -1,5 +1,6 @@
# $FreeBSD$
SUBDIR= iprop-log kstash ktutil
+SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
Modified: stable/10/usr.bin/svn/Makefile
==============================================================================
--- stable/10/usr.bin/svn/Makefile Tue Oct 13 18:52:56 2015
(r289251)
+++ stable/10/usr.bin/svn/Makefile Tue Oct 13 18:56:50 2015
(r289252)
@@ -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 <bsd.subdir.mk>
Modified: stable/10/usr.sbin/amd/Makefile
==============================================================================
--- stable/10/usr.sbin/amd/Makefile Tue Oct 13 18:52:56 2015
(r289251)
+++ stable/10/usr.sbin/amd/Makefile Tue Oct 13 18:56:50 2015
(r289252)
@@ -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 <bsd.subdir.mk>
Modified: stable/10/usr.sbin/bsdinstall/Makefile
==============================================================================
--- stable/10/usr.sbin/bsdinstall/Makefile Tue Oct 13 18:52:56 2015
(r289251)
+++ stable/10/usr.sbin/bsdinstall/Makefile Tue Oct 13 18:56:50 2015
(r289252)
@@ -1,6 +1,7 @@
# $FreeBSD$
SUBDIR= distextract distfetch partedit scripts
+SUBDIR_PARALLEL=
SCRIPTS= bsdinstall
MAN= bsdinstall.8
Modified: stable/10/usr.sbin/fifolog/Makefile
==============================================================================
--- stable/10/usr.sbin/fifolog/Makefile Tue Oct 13 18:52:56 2015
(r289251)
+++ stable/10/usr.sbin/fifolog/Makefile Tue Oct 13 18:56:50 2015
(r289252)
@@ -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 <bsd.subdir.mk>
Modified: stable/10/usr.sbin/lpr/Makefile
==============================================================================
--- stable/10/usr.sbin/lpr/Makefile Tue Oct 13 18:52:56 2015
(r289251)
+++ stable/10/usr.sbin/lpr/Makefile Tue Oct 13 18:56:50 2015
(r289252)
@@ -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:
# [email protected]
Modified: stable/10/usr.sbin/pc-sysinstall/Makefile
==============================================================================
--- stable/10/usr.sbin/pc-sysinstall/Makefile Tue Oct 13 18:52:56 2015
(r289251)
+++ stable/10/usr.sbin/pc-sysinstall/Makefile Tue Oct 13 18:56:50 2015
(r289252)
@@ -1,5 +1,6 @@
# $FreeBSD$
SUBDIR=backend backend-partmanager backend-query conf doc examples
SUBDIR+=pc-sysinstall
+SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
Modified: stable/10/usr.sbin/unbound/Makefile
==============================================================================
--- stable/10/usr.sbin/unbound/Makefile Tue Oct 13 18:52:56 2015
(r289251)
+++ stable/10/usr.sbin/unbound/Makefile Tue Oct 13 18:56:50 2015
(r289252)
@@ -2,5 +2,6 @@
SUBDIR= daemon anchor checkconf control
SUBDIR+= local-setup
+SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
Modified: stable/10/usr.sbin/wpa/Makefile
==============================================================================
--- stable/10/usr.sbin/wpa/Makefile Tue Oct 13 18:52:56 2015
(r289251)
+++ stable/10/usr.sbin/wpa/Makefile Tue Oct 13 18:56:50 2015
(r289252)
@@ -3,5 +3,6 @@
SUBDIR= wpa_supplicant wpa_cli wpa_passphrase
SUBDIR+= hostapd hostapd_cli
SUBDIR+= ndis_events
+SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"