From de21395cad8b827f9f2173b0e73707c723940692 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 7 Apr 1993 20:44:43 +0000 Subject: Formerly make.texinfo.~86~ --- make.texinfo | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'make.texinfo') 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} -- cgit v1.2.3