]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Turn off BUILD_WITH_STRICT_TMPPATH by default
authorarichardson <arichardson@FreeBSD.org>
Tue, 6 Nov 2018 18:06:52 +0000 (18:06 +0000)
committerarichardson <arichardson@FreeBSD.org>
Tue, 6 Nov 2018 18:06:52 +0000 (18:06 +0000)
commitaccbda95a137851382f34aaed46d3b64bcff0d80
treef85e742d135c447a975c023ecb2d77b88fc63bce
parent66c6b4665c6c91e008a2f785b994a4ac251c187f
Turn off BUILD_WITH_STRICT_TMPPATH by default

Building with a strict $PATH (without inheriting from the parent
environment) still causes build failures in some workflows/environemnts
that I have not yet tested.
I will try to bring this back once these issues have all been resolved
since it is actually extremely useful in tracking broken dependencies
and wrong assumptions about the build environemt.

Discussed With: brooks
Makefile.inc1