aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-07-24 18:54:56 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-07-24 18:54:56 +0000
commit99eedcd6a497605c12ae733561cf87889be72b10 (patch)
treec54e7ae6bf252ed8b664e3e4b04a6e93d2cf5ad4 /Makefile
parentedcc769f3fbcae664805a44cb855544c326e1dcc (diff)
downloadsrc-99eedcd6a497605c12ae733561cf87889be72b10.tar.gz
src-99eedcd6a497605c12ae733561cf87889be72b10.zip
Add some .ORDER for distrib-dirs, distribute, distribution and distributeworld.
Reported by: Mark Millard MFC after: 2 weeks Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=321434
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 985c006d7587..ce7ffa304c98 100644
--- a/Makefile
+++ b/Makefile
@@ -158,8 +158,18 @@ META_TGT_WHITELIST+= \
toolchains universe world worlds xdev xdev-build
.ORDER: buildworld installworld
+.ORDER: buildworld distrib-dirs
+.ORDER: buildworld distribution
+.ORDER: buildworld distribute
.ORDER: buildworld distributeworld
.ORDER: buildworld buildkernel
+.ORDER: distrib-dirs distribute
+.ORDER: distrib-dirs distributeworld
+.ORDER: distrib-dirs installworld
+.ORDER: distribution distribute
+.ORDER: distributeworld distribute
+.ORDER: distributeworld distribution
+.ORDER: installworld distribute
.ORDER: installworld distribution
.ORDER: installworld installkernel
.ORDER: buildkernel installkernel