summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.files.mk
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-14 02:37:30 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-14 02:37:30 +0000
commite08f0663f752a84e4cf96c8fa65bddf7c12648a3 (patch)
treeb53fb97937b3287a52df8fc127958d1fde4dd76c /share/mk/bsd.files.mk
parent466958dfd388d19f4159dc5caf4c9fe0263dff2a (diff)
downloadFreeBSD-src-e08f0663f752a84e4cf96c8fa65bddf7c12648a3.zip
FreeBSD-src-e08f0663f752a84e4cf96c8fa65bddf7c12648a3.tar.gz
Replace the out-of-place includes/files/config handling in bsd.subdir.mk with
more typical ALL_SUBDIR_TARGETS entries and target hooks in bsd.incs.mk, bsd.files.mk and bsd.confs.mk. This allows the targets to be NOPs if unneeded and still work with the shortcut 'make includes' to build and then install in a parallel-safe manner. Sort and re-indent the ALL_SUBDIR_TARGETS with the new entries. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share/mk/bsd.files.mk')
-rw-r--r--share/mk/bsd.files.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/mk/bsd.files.mk b/share/mk/bsd.files.mk
index b9379d9..d1d3263 100644
--- a/share/mk/bsd.files.mk
+++ b/share/mk/bsd.files.mk
@@ -94,4 +94,7 @@ buildfiles: stage_as
.endif
.endif
+files: buildfiles installfiles
+.ORDER: buildfiles installfiles
+
.endif # !target(__<bsd.files.mk>__)
OpenPOWER on IntegriCloud