]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't create directories in ${WORLDTMP}/legacy with mtree
authorAlex Richardson <arichardson@FreeBSD.org>
Mon, 20 Aug 2018 10:39:53 +0000 (10:39 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Mon, 20 Aug 2018 10:39:53 +0000 (10:39 +0000)
commit4acc8a67bad0a91dd9dbe07f2904a5dfdf313817
tree70a6c867af59750d67a36afa548c0d6cfbce944c
parent078018e0ac7f389525fdcdabe3080fb73bc61827
Don't create directories in ${WORLDTMP}/legacy with mtree

This has two advantages:
1) We no longer create lots of empty directories that are not needed
2) This is a requirement for building on non-FreeBSD hosts since mtree will
only exist after the bootstrap-tools phase there.

Aproved By: jhb (mentor)
Differential Revision: https://reviews.freebsd.org/D16773
Makefile.inc1
tools/build/Makefile