]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't hardcode /usr/bin as the path for mktemp in build tools
authorarichardson <arichardson@FreeBSD.org>
Tue, 6 Feb 2018 15:41:35 +0000 (15:41 +0000)
committerarichardson <arichardson@FreeBSD.org>
Tue, 6 Feb 2018 15:41:35 +0000 (15:41 +0000)
commit20f24e68c5832e2e04e6f1ffb37a3a612a90117a
treeedf55572a59a623c02abe5d00fa359507ed40a9c
parent4388a2f09ac2b98aa71fd2dd2181d55f5db19e2f
Don't hardcode /usr/bin as the path for mktemp in build tools

It won't work e.g. when crossbuilding from Ubuntu Linux as mktemp is in
/bin there.

Reviewed By: bdrewery
Approved By: jhb (mentor)
Differential Revision: https://reviews.freebsd.org/D13937
Makefile.inc1
bin/sh/mkbuiltins
bin/sh/mktokens