summaryrefslogtreecommitdiff
path: root/make.texinfo
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-04-07 20:44:43 +0000
committerRoland McGrath <roland@redhat.com>1993-04-07 20:44:43 +0000
commitde21395cad8b827f9f2173b0e73707c723940692 (patch)
tree26c06c13b960c9ce90b1818f4f677926baa6b807 /make.texinfo
parent5973c4e97ae1df46ebc5f93335252972c684539c (diff)
downloadgunmake-de21395cad8b827f9f2173b0e73707c723940692.tar.gz
Formerly make.texinfo.~86~
Diffstat (limited to 'make.texinfo')
-rw-r--r--make.texinfo16
1 files changed, 14 insertions, 2 deletions
diff --git a/make.texinfo b/make.texinfo
index d866aa6..7d24322 100644
--- a/make.texinfo
+++ b/make.texinfo
@@ -3367,10 +3367,15 @@ when processing is completed.
@cindex @code{-w}, and recursion
@cindex @code{--print-directory}, and @code{--directory}
@cindex @code{--print-directory}, and recursion
+@cindex @code{--no-print-directory}
+@cindex @code{--print-directory}, disabling
+@cindex @code{-w}, disabling
Normally, you do not need to specify this option because @samp{make}
does it for you: @samp{-w} is turned on automatically when you use the
-@samp{-C} option, and in sub-@code{make}s (unless you also use
-@samp{-s}, which says to be silent).
+@samp{-C} option, and in sub-@code{make}s. @code{make} will not
+automatically turn on @samp{-w} if you also use @samp{-s}, which says to
+be silent, or if you use @samp{--no-print-directory} to explicitly
+disable it.
@node Sequences, Empty Commands, Recursion, Commands
@section Defining Canned Command Sequences
@@ -5900,6 +5905,13 @@ from complicated nests of recursive @code{make} commands.
rarely need to specify this option since @samp{make} does it for you;
see @ref{-w Option, ,The @samp{--print-directory} Option}.)
+@itemx --no-print-directory
+@cindex @code{--no-print-directory}
+Disable printing of the working directory under @code{-w}.
+This option is useful when @code{-w} is turned on automatically,
+but you do not want to see the extra messages.
+@xref{-w Option, ,The @samp{--print-directory} Option}.
+
@item -W @var{file}
@cindex @code{-W}
@itemx --what-if @var{file}