summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-14 20:30:32 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-14 20:30:32 +0000
commit174c029e4d37ec1d4909afd8fda9d37c8225f7f4 (patch)
treec9cf5ac10e6fccb5dea1ef3ea775b1c889f7ea55 /share/mk
parent132e71dfe9682c5a0ebb1e03e54e1fc3ce535afa (diff)
downloadFreeBSD-src-174c029e4d37ec1d4909afd8fda9d37c8225f7f4.zip
FreeBSD-src-174c029e4d37ec1d4909afd8fda9d37c8225f7f4.tar.gz
Recurse on 'buildconfig' and 'installconfig'. Remove the 'config' pseudo target.
The 'config' target isn't really needed right now so just remove it to avoid any clashes with config(8) building. It's also likely misspelled and should be 'configs' if we decide to add it back. This was just a convenience target recently added. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.subdir.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk
index 5aba6a5..037a7fe 100644
--- a/share/mk/bsd.subdir.mk
+++ b/share/mk/bsd.subdir.mk
@@ -32,9 +32,10 @@
.if !target(__<bsd.subdir.mk>__)
__<bsd.subdir.mk>__:
-ALL_SUBDIR_TARGETS= all all-man checkdpadd clean cleandepend cleandir \
- cleanilinks cleanobj depend distribute lint maninstall \
- manlint obj objlink realinstall regress tags \
+ALL_SUBDIR_TARGETS= all all-man buildconfig checkdpadd clean cleandepend \
+ cleandir cleanilinks cleanobj depend distribute \
+ installconfig lint maninstall manlint obj objlink \
+ realinstall regress tags \
${SUBDIR_TARGETS}
.include <bsd.init.mk>
@@ -127,7 +128,7 @@ _sub.${__target}: _SUBDIR
# This is to support 'make includes' calling 'make buildincludes' and
# 'make installincludes' in the proper order, and to support these
# targets as SUBDIR_TARGETS.
-.for __target in files includes config
+.for __target in files includes
.for __stage in build install
${__stage}${__target}:
.if make(${__stage}${__target})
OpenPOWER on IntegriCloud