diff --git a/bin/duneproject b/bin/duneproject index bc2224024b45e45bdabbbb39b73f30ed1c195951..dd81ba29b068c5e5dde855466b9557b7fd6c81eb 100755 --- a/bin/duneproject +++ b/bin/duneproject @@ -225,8 +225,8 @@ while [ "$DATACORRECT" != "y" -a "$DATACORRECT" != "Y" ]; do while [ -z "$MAINTAINER" ]; do read -p "4) Maintainer's email address? " MAINTAINER done - while [ "$ENABLE_ALL" != "y" -a "$ENABLE_ALL" != "Y" ]; do - read -p "5) Enable all found packages? (WE strongly recommend yes, unless you know exactly what you are doing) [y/N]" ENABLE_ALL + while [ "$ENABLE_ALL" != "y" -a "$ENABLE_ALL" != "N" ]; do + read -p "5) Enable all found packages? (This will result in a simplified build system. Read the doc in dune-common/cmake/modules/DuneEnableAllPackages.cmake for details.) [y/N]" ENABLE_ALL done echo