Date: Sat, 26 Sep 2015 14:13:52 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r288266 - in head: kerberos5 kerberos5/lib kerberos5/libexec kerberos5/tools kerberos5/usr.bin kerberos5/usr.sbin usr.bin/svn usr.sbin/amd usr.sbin/bsdinstall usr.sbin/fifolog usr.sbin/... Message-ID: <201509261413.t8QEDqu6098932@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Sat Sep 26 14:13:51 2015 New Revision: 288266 URL: https://svnweb.freebsd.org/changeset/base/288266 Log: Add more SUBDIR_PARALLEL. MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division Modified: head/kerberos5/Makefile head/kerberos5/lib/Makefile head/kerberos5/libexec/Makefile head/kerberos5/tools/Makefile head/kerberos5/usr.bin/Makefile head/kerberos5/usr.sbin/Makefile head/usr.bin/svn/Makefile head/usr.sbin/amd/Makefile head/usr.sbin/bsdinstall/Makefile head/usr.sbin/fifolog/Makefile head/usr.sbin/lpr/Makefile head/usr.sbin/pc-sysinstall/Makefile head/usr.sbin/unbound/Makefile head/usr.sbin/wpa/Makefile Modified: head/kerberos5/Makefile ============================================================================== --- head/kerberos5/Makefile Sat Sep 26 13:55:55 2015 (r288265) +++ head/kerberos5/Makefile Sat Sep 26 14:13:51 2015 (r288266) @@ -1,6 +1,8 @@ # $FreeBSD$ -SUBDIR= lib libexec tools usr.bin usr.sbin +SUBDIR= lib .WAIT \ + libexec tools usr.bin usr.sbin +SUBDIR_PARALLEL= # These are the programs which depend on Kerberos. KPROGS= lib/libpam \ Modified: head/kerberos5/lib/Makefile ============================================================================== --- head/kerberos5/lib/Makefile Sat Sep 26 13:55:55 2015 (r288265) +++ head/kerberos5/lib/Makefile Sat Sep 26 14:13:51 2015 (r288266) @@ -6,5 +6,7 @@ SUBDIR= libasn1 libgssapi_krb5 libgssapi libroken libsl libvers libkdc libwind libheimbase libheimipcc libheimipcs SUBDIR+= libkafs5 # requires krb_err.h from libkrb5 +SUBDIR_DEPEND_libkafs5= libkrb5 +SUBDIR_PARALLEL= .include <bsd.subdir.mk> Modified: head/kerberos5/libexec/Makefile ============================================================================== --- head/kerberos5/libexec/Makefile Sat Sep 26 13:55:55 2015 (r288265) +++ head/kerberos5/libexec/Makefile Sat Sep 26 14:13:51 2015 (r288266) @@ -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: head/kerberos5/tools/Makefile ============================================================================== --- head/kerberos5/tools/Makefile Sat Sep 26 13:55:55 2015 (r288265) +++ head/kerberos5/tools/Makefile Sat Sep 26 14:13:51 2015 (r288266) @@ -1,5 +1,6 @@ # $FreeBSD$ SUBDIR= make-roken asn1_compile slc +SUBDIR_PARALLEL= .include <bsd.subdir.mk> Modified: head/kerberos5/usr.bin/Makefile ============================================================================== --- head/kerberos5/usr.bin/Makefile Sat Sep 26 13:55:55 2015 (r288265) +++ head/kerberos5/usr.bin/Makefile Sat Sep 26 14:13:51 2015 (r288266) @@ -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: head/kerberos5/usr.sbin/Makefile ============================================================================== --- head/kerberos5/usr.sbin/Makefile Sat Sep 26 13:55:55 2015 (r288265) +++ head/kerberos5/usr.sbin/Makefile Sat Sep 26 14:13:51 2015 (r288266) @@ -1,5 +1,6 @@ # $FreeBSD$ SUBDIR= iprop-log kstash ktutil +SUBDIR_PARALLEL= .include <bsd.subdir.mk> Modified: head/usr.bin/svn/Makefile ============================================================================== --- head/usr.bin/svn/Makefile Sat Sep 26 13:55:55 2015 (r288265) +++ head/usr.bin/svn/Makefile Sat Sep 26 14:13:51 2015 (r288266) @@ -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: head/usr.sbin/amd/Makefile ============================================================================== --- head/usr.sbin/amd/Makefile Sat Sep 26 13:55:55 2015 (r288265) +++ head/usr.sbin/amd/Makefile Sat Sep 26 14:13:51 2015 (r288266) @@ -5,7 +5,9 @@ # # $FreeBSD$ -SUBDIR= include libamu amd amq fixmount fsinfo hlfsd mk-amd-map pawd \ +SUBDIR= include libamu .WAIT \ + amd amq fixmount fsinfo hlfsd mk-amd-map pawd \ scripts wire-test +SUBDIR_PARALLEL= .include <bsd.subdir.mk> Modified: head/usr.sbin/bsdinstall/Makefile ============================================================================== --- head/usr.sbin/bsdinstall/Makefile Sat Sep 26 13:55:55 2015 (r288265) +++ head/usr.sbin/bsdinstall/Makefile Sat Sep 26 14:13:51 2015 (r288266) @@ -1,6 +1,7 @@ # $FreeBSD$ SUBDIR= distextract distfetch partedit scripts +SUBDIR_PARALLEL= SCRIPTS= bsdinstall MAN= bsdinstall.8 Modified: head/usr.sbin/fifolog/Makefile ============================================================================== --- head/usr.sbin/fifolog/Makefile Sat Sep 26 13:55:55 2015 (r288265) +++ head/usr.sbin/fifolog/Makefile Sat Sep 26 14:13:51 2015 (r288266) @@ -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: head/usr.sbin/lpr/Makefile ============================================================================== --- head/usr.sbin/lpr/Makefile Sat Sep 26 13:55:55 2015 (r288265) +++ head/usr.sbin/lpr/Makefile Sat Sep 26 14:13:51 2015 (r288266) @@ -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 Modified: head/usr.sbin/pc-sysinstall/Makefile ============================================================================== --- head/usr.sbin/pc-sysinstall/Makefile Sat Sep 26 13:55:55 2015 (r288265) +++ head/usr.sbin/pc-sysinstall/Makefile Sat Sep 26 14:13:51 2015 (r288266) @@ -1,5 +1,6 @@ # $FreeBSD$ SUBDIR=backend backend-partmanager backend-query conf doc examples SUBDIR+=pc-sysinstall +SUBDIR_PARALLEL= .include <bsd.subdir.mk> Modified: head/usr.sbin/unbound/Makefile ============================================================================== --- head/usr.sbin/unbound/Makefile Sat Sep 26 13:55:55 2015 (r288265) +++ head/usr.sbin/unbound/Makefile Sat Sep 26 14:13:51 2015 (r288266) @@ -2,5 +2,6 @@ SUBDIR= daemon anchor checkconf control SUBDIR+= local-setup +SUBDIR_PARALLEL= .include <bsd.subdir.mk> Modified: head/usr.sbin/wpa/Makefile ============================================================================== --- head/usr.sbin/wpa/Makefile Sat Sep 26 13:55:55 2015 (r288265) +++ head/usr.sbin/wpa/Makefile Sat Sep 26 14:13:51 2015 (r288266) @@ -3,5 +3,6 @@ SUBDIR= wpa_supplicant wpa_cli wpa_passphrase SUBDIR+= hostapd hostapd_cli SUBDIR+= ndis_events +SUBDIR_PARALLEL= .include <bsd.subdir.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509261413.t8QEDqu6098932>