mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 20:27:55 +01:00
Add some .ORDER for distrib-dirs, distribute, distribution and distributeworld.
Reported by: Mark Millard MFC after: 2 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
edcc769f3f
commit
99eedcd6a4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321434
10
Makefile
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user