]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When we have an invalid build option, don't rm -rf the current
authorWarner Losh <imp@FreeBSD.org>
Fri, 1 May 2020 17:16:57 +0000 (17:16 +0000)
committerWarner Losh <imp@FreeBSD.org>
Fri, 1 May 2020 17:16:57 +0000 (17:16 +0000)
commit22ea5a7250b866e9c53d9d20601b6291f6624549
treeaa7731bf3c43f2c25204f8303d19b9b370c0778f
parenta10ed08fe00fba7f96e8c95e84ede42735bb5801
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