mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-28 09:25:17 +00:00
* doc/make.texi: GNU Make does set GNUMAKEFLAGS, to empty.
This commit is contained in:
parent
3d4f3e0627
commit
5fc62f8295
1 changed files with 7 additions and 8 deletions
|
@ -13460,14 +13460,13 @@ has no effect on the operation of @code{make}.@*
|
||||||
@xref{Recursion, ,Recursive Use of @code{make}}.
|
@xref{Recursion, ,Recursive Use of @code{make}}.
|
||||||
|
|
||||||
@item GNUMAKEFLAGS
|
@item GNUMAKEFLAGS
|
||||||
Other flags parsed by @code{make}. You can set this in the environment or
|
Other flags parsed by @code{make}. You can set this in the environment or a
|
||||||
a makefile to set @code{make} command-line flags. GNU @code{make}
|
makefile to set @code{make} command-line flags. This variable is only needed
|
||||||
never sets this variable itself. This variable is only needed if
|
if you'd like to set GNU @code{make}-specific flags in a POSIX-compliant
|
||||||
you'd like to set GNU @code{make}-specific flags in a POSIX-compliant
|
makefile. This variable will be seen by GNU @code{make} and ignored by other
|
||||||
makefile. This variable will be seen by GNU @code{make} and ignored
|
@code{make} implementations. It's not needed if you only use GNU @code{make};
|
||||||
by other @code{make} implementations. It's not needed if you only use
|
just use @code{MAKEFLAGS} directly.@* @xref{Options/Recursion, ,Communicating
|
||||||
GNU @code{make}; just use @code{MAKEFLAGS} directly.@*
|
Options to a Sub-@code{make}}.
|
||||||
@xref{Options/Recursion, ,Communicating Options to a Sub-@code{make}}.
|
|
||||||
|
|
||||||
@item .LIBPATTERNS
|
@item .LIBPATTERNS
|
||||||
Defines the naming of the libraries @code{make} searches for, and their
|
Defines the naming of the libraries @code{make} searches for, and their
|
||||||
|
|
Loading…
Reference in a new issue