Report failing value from 'make showconfig' in build option script

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2015-06-22 17:23:36 +00:00
parent 4abd25091d
commit c5d9ea913f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284703

View File

@ -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