]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When we have an invalid build option, don't rm -rf the current
authorimp <imp@FreeBSD.org>
Fri, 1 May 2020 17:16:57 +0000 (17:16 +0000)
committerimp <imp@FreeBSD.org>
Fri, 1 May 2020 17:16:57 +0000 (17:16 +0000)
commit2768c72ec34f9b1ddaff114ff6dbaa4c77bae9de
treeaa7731bf3c43f2c25204f8303d19b9b370c0778f
parent781575b1b01108eba2a112a769bf4ff8e4c6c91e
When we have an invalid build option, don't rm -rf the current
directory.

Add a quick sanity check to objdir before using it.  It must start
with /. If there was a make error getting it, report that and continue
with the next target. If there was anything else, bail out.
tools/boot/universe.sh