Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/share
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2022-05-28 18:32:46 +0300
committerBryan Drewery <bryan@shatow.net>2022-05-28 18:32:46 +0300
commit3d34a6c94c5d1a4708139db0b5625ab7a2b86733 (patch)
tree2856d5fc98252c54b4daee27059a56d4e28dea76 /src/share
parent57c166e89cde72dddca55091c87abbe5771f984b (diff)
options: Clarify how to modify the options
showconfig suggests 'make config' which can be confusing. Fixes #992
Diffstat (limited to 'src/share')
-rwxr-xr-xsrc/share/poudriere/options.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/share/poudriere/options.sh b/src/share/poudriere/options.sh
index df66b9f2..78bc63b7 100755
--- a/src/share/poudriere/options.sh
+++ b/src/share/poudriere/options.sh
@@ -173,6 +173,11 @@ for originspec in $(listed_ports show_moved); do
make PORT_DBDIR=${PORT_DBDIR} \
-C ${PORTSDIR}/${origin} \
${COMMAND}
+ case "${COMMAND}" in
+ showconfig|config-conditional)
+ msg "Re-run 'poudriere options' with the -c flag to modify the options."
+ ;;
+ esac
if [ -n "${DO_RECURSE}" ]; then
env ${flavor:+FLAVOR=${flavor}} \