Use a more secure method of creating the temporary

install directory.
This commit is contained in:
jedgar 2001-12-21 01:44:11 +00:00
parent 4e0ccfb382
commit 2c142873b9

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