summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-06-22 17:23:36 +0000
committeremaste <emaste@FreeBSD.org>2015-06-22 17:23:36 +0000
commitc79d82d9c03097135da382ae5564fd304ac1fc4c (patch)
treed73d2493a882f402740a1e0e176f5c38a51fd587 /tools
parent1a371d5b1ec66dcbcafc77a7807ac94baaaca210 (diff)
downloadFreeBSD-src-c79d82d9c03097135da382ae5564fd304ac1fc4c.zip
FreeBSD-src-c79d82d9c03097135da382ae5564fd304ac1fc4c.tar.gz
Report failing value from 'make showconfig' in build option script
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build/options/makeman4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build/options/makeman b/tools/build/options/makeman
index 00309d9..8d419ce 100755
--- a/tools/build/options/makeman
+++ b/tools/build/options/makeman
@@ -46,7 +46,7 @@ show_options()
echo ${opt}
;;
*)
- echo 'make showconfig broken' >&2
+ echo "make showconfig broken: ${val} is not yes or no" >&2
exit 1
;;
esac
@@ -107,7 +107,7 @@ show()
echo ${no_prefix}_${opt}
;;
*)
- echo 'make showconfig broken' >&2
+ echo "make showconfig broken: ${val} is not yes or no" >&2
exit 1
;;
esac
OpenPOWER on IntegriCloud