1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Have make showconfig fail if the config is incorrect.

PR:		188693
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2015-06-13 03:03:51 +00:00
parent 69b18336c5
commit 23171c40d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389313

View File

@ -5534,7 +5534,7 @@ config-conditional:
MULTI_EOL= : you have to choose at least one of them MULTI_EOL= : you have to choose at least one of them
SINGLE_EOL= : you have to select exactly one of them SINGLE_EOL= : you have to select exactly one of them
RADIO_EOL= : you can only select none or one of them RADIO_EOL= : you can only select none or one of them
showconfig: showconfig: check-config
.if !empty(COMPLETE_OPTIONS_LIST) .if !empty(COMPLETE_OPTIONS_LIST)
@${ECHO_MSG} "===> The following configuration options are available for ${PKGNAME}": @${ECHO_MSG} "===> The following configuration options are available for ${PKGNAME}":
.for opt in ${ALL_OPTIONS} .for opt in ${ALL_OPTIONS}