summaryrefslogtreecommitdiff
path: root/doc/UsersGuide
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-10-04 13:31:45 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-10-04 13:31:45 +0000
commit87f89d0296627a4d4e14f4935523f92b66c3af98 (patch)
treebe67f963e12591f8883a80956a69da791442cd02 /doc/UsersGuide
parenteebd27eee512f591ce6c7c640c614290604fe464 (diff)
document VERBOSE=yes (and that SILENT=no is now depreciated)
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4741 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide')
-rw-r--r--doc/UsersGuide/Appendices.tex2
-rw-r--r--doc/UsersGuide/Notes.tex3
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/UsersGuide/Appendices.tex b/doc/UsersGuide/Appendices.tex
index f95abc8a..0d844704 100644
--- a/doc/UsersGuide/Appendices.tex
+++ b/doc/UsersGuide/Appendices.tex
@@ -65,7 +65,7 @@ http://en.wikipedia.org/wiki/Cactus
compiler optimization settings (\verb|OPTIMISE|/\verb|OPTIMIZE| and
\verb|*_OPTIMISE_FLAGS| configure options) are part of a
configuration (these flags change what binary is produced), but the
- Cactus \verb|SILENT| and \verb|WARN| configure options aren't part
+ Cactus \verb|VERBOSE| and \verb|WARN| configure options aren't part
of a configuration (they don't change what binary will be produced).
% See Section~\ref{sec:configurations}.
\item[checkout]
diff --git a/doc/UsersGuide/Notes.tex b/doc/UsersGuide/Notes.tex
index 29081ec8..5a702d0c 100644
--- a/doc/UsersGuide/Notes.tex
+++ b/doc/UsersGuide/Notes.tex
@@ -570,8 +570,9 @@ Supported values are \texttt{yes}, and \texttt{no}. A blank value is taken as \t
\begin{Lentry}
\item [\texttt{PROMPT}] Setting this to \texttt{no} turns off all prompts from the
make system.
-\item [\texttt{SILENT}] Setting this to \texttt{no} instructs \texttt{gmake} to print the
+\item [\texttt{VERBOSE}] Setting this to \texttt{yes} instructs \texttt{gmake} to print the
commands that it is executing.
+\item [\texttt{SILENT}] Setting this to \texttt{no} is an depreciated way of using \texttt{VERBOSE = yes}.
\end{Lentry}
\end{itemize}