]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix typo in r364325 that broke tinderbox with -DBUILD_WITH_STRICT_TMPPATH
authorAlex Richardson <arichardson@FreeBSD.org>
Tue, 25 Aug 2020 13:30:19 +0000 (13:30 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Tue, 25 Aug 2020 13:30:19 +0000 (13:30 +0000)
commitdce3fcd4ffb22c23d16200dccca69c1004aa99ae
tree72f4505d39a9d52e089f56cf3f834736d0792087
parent3ce13dbc233b7c063c08cf33e391da4f718be6ad
Fix typo in r364325 that broke tinderbox with -DBUILD_WITH_STRICT_TMPPATH

${TARGET_ARCH} is empty here which results in empy MAKE_PARAMS being
passed to the buildkernel phase. This breaks the build when using the
strict TMPPATH since cc will not be included in $PATH.

Reviewed By: jhb
Makefile