]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix newvers.sh with BUILD_WITH_STRICT_TMPPATH=1
authorarichardson <arichardson@FreeBSD.org>
Wed, 5 Dec 2018 10:57:57 +0000 (10:57 +0000)
committerarichardson <arichardson@FreeBSD.org>
Wed, 5 Dec 2018 10:57:57 +0000 (10:57 +0000)
commit00965c8aceeb7e8a554161c13b47abd5667f5176
treece6f3fba0479de9813b06850f2086542d6b90c51
parent0275a9632c510b23244b8394fd61be8a0b5a2ea4
Fix newvers.sh with BUILD_WITH_STRICT_TMPPATH=1

newvers.sh runs mkfifo which did not exist before this change.
However, I didn't notice before because it is run from a function
where a missing command does cause a noticeable failure.

Reviewed By: emaste, markj
Differential Revision: https://reviews.freebsd.org/D18377
Makefile.inc1
sys/conf/newvers.sh