]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't create directories in ${WORLDTMP}/legacy with mtree
authorarichardson <arichardson@FreeBSD.org>
Mon, 20 Aug 2018 10:39:53 +0000 (10:39 +0000)
committerarichardson <arichardson@FreeBSD.org>
Mon, 20 Aug 2018 10:39:53 +0000 (10:39 +0000)
commit1d83ea4474d2e45dde54acd33903f6154ac40628
tree70a6c867af59750d67a36afa548c0d6cfbce944c
parentde3ac6e1c3df01f67436c1d473f6de3435269571
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