Formerly make.texinfo.~86~

This commit is contained in:
Roland McGrath 1993-04-07 20:44:43 +00:00
parent 5973c4e97a
commit de21395cad

View file

@ -3367,10 +3367,15 @@ when processing is completed.
@cindex @code{-w}, and recursion @cindex @code{-w}, and recursion
@cindex @code{--print-directory}, and @code{--directory} @cindex @code{--print-directory}, and @code{--directory}
@cindex @code{--print-directory}, and recursion @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} 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 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{-C} option, and in sub-@code{make}s. @code{make} will not
@samp{-s}, which says to be silent). 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 @node Sequences, Empty Commands, Recursion, Commands
@section Defining Canned Command Sequences @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; rarely need to specify this option since @samp{make} does it for you;
see @ref{-w Option, ,The @samp{--print-directory} Option}.) 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} @item -W @var{file}
@cindex @code{-W} @cindex @code{-W}
@itemx --what-if @var{file} @itemx --what-if @var{file}