mirror of
https://github.com/mirror/make.git
synced 2025-02-05 17:20:15 +08:00
Formerly make.texinfo.~86~
This commit is contained in:
parent
5973c4e97a
commit
de21395cad
16
make.texinfo
16
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}
|
||||
|
Loading…
Reference in New Issue
Block a user