]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix typo in r364325 that broke tinderbox with -DBUILD_WITH_STRICT_TMPPATH
authorarichardson <arichardson@FreeBSD.org>
Tue, 25 Aug 2020 13:30:19 +0000 (13:30 +0000)
committerarichardson <arichardson@FreeBSD.org>
Tue, 25 Aug 2020 13:30:19 +0000 (13:30 +0000)
commit77e80e037cf4c50de5bdc0eaa789223746b7ebb8
tree72f4505d39a9d52e089f56cf3f834736d0792087
parent6b5bc1832b3055e8216ae47b8c324e8dc2a98c00
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