Use a more secure method of creating the temporary

install directory.
This commit is contained in:
Chris D. Faulhaber 2001-12-21 01:44:11 +00:00
parent 417c87d137
commit 0525c7eafa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88324

View File

@ -140,9 +140,7 @@ STRICTTMPPATH= ${WORLDTMP}/usr/sbin:${WORLDTMP}/usr/bin:${WORLDTMP}/usr/games
TMPPATH= ${STRICTTMPPATH}:${PATH}
OBJFORMAT_PATH?= /usr/libexec
TMPDIR?= /tmp
TMPPID!= echo $$$$
INSTALLTMP= ${TMPDIR}/install.${TMPPID}
INSTALLTMP!= mktemp -d -u -t install
#
# Building a world goes through the following stages