diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-06-14 01:55:33 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-06-14 02:06:12 +0100 |
commit | 3c63f0febef7c3c8b41ffdd6b7033b1f77f6e21d (patch) | |
tree | d4f3d5dfd9f9315c3db5cd1dbe8634eb7e072953 | |
parent | 202fd39ec98cdbb1cf14f50b1f96da50936b3db8 (diff) |
Better explanation in the start of project configuration
When './project configure' is run, after the basic checks of the compiler,
a small statement is printed telling the user that some configuration
questions will now be asked to start building Maneage on the system. Until
now this description was confusing: it lead the reader to think that the
local configuration (which was recommended to read before continuing) is in
another file.
With this commit, the text has been edited to explictly mention that the
description of the steps following this notice should be read
carefully. Thus avoiding that confusion.
This issue was mentioned by Michael R. Crusoe.
-rwxr-xr-x | reproduce/software/shell/configure.sh | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/reproduce/software/shell/configure.sh b/reproduce/software/shell/configure.sh index 789ddd5..e4885d6 100755 --- a/reproduce/software/shell/configure.sh +++ b/reproduce/software/shell/configure.sh @@ -569,9 +569,13 @@ cat <<EOF Project's local configuration ----------------------------- -Local configuration includes things like top-level directories, or -processing steps. It is STRONGLY recommended to read the comments, and set -the best values for your system (where necessary). +Below, some basic local settings will be requested to start building +Maneage on this system (if they haven't been specified on the +command-line). This includes the top-level directories that Maneage will +use on your system. Most are only optional and you can simply press ENTER, +without giving any value (in this case, Maneage will download the necessary +components from pre-defined webpages). It is STRONGLY recommended to read +the description above each question before answering it. EOF |