mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-06 06:26:52 +00:00
Formerly make.texinfo.~75~
This commit is contained in:
parent
4dd2ed0ad1
commit
8ea8c0372a
1 changed files with 4 additions and 4 deletions
|
@ -5699,7 +5699,7 @@ considered and which are applied---everything interesting about how
|
||||||
|
|
||||||
@item -e
|
@item -e
|
||||||
@cindex @code{-e}
|
@cindex @code{-e}
|
||||||
@item --environment-overrides
|
@itemx --environment-overrides
|
||||||
@cindex @code{--environment-overrides}
|
@cindex @code{--environment-overrides}
|
||||||
Give variables taken from the environment precedence
|
Give variables taken from the environment precedence
|
||||||
over variables from makefiles.
|
over variables from makefiles.
|
||||||
|
@ -5707,9 +5707,9 @@ over variables from makefiles.
|
||||||
|
|
||||||
@item -f @var{file}
|
@item -f @var{file}
|
||||||
@cindex @code{-f}
|
@cindex @code{-f}
|
||||||
@item --file @var{file}
|
@itemx --file @var{file}
|
||||||
@cindex @code{--file}
|
@cindex @code{--file}
|
||||||
@item --makefile @var{file}
|
@itemx --makefile @var{file}
|
||||||
@cindex @code{--makefile}
|
@cindex @code{--makefile}
|
||||||
Read the file named @var{file} as a makefile.
|
Read the file named @var{file} as a makefile.
|
||||||
@xref{Makefiles, ,Writing Makefiles}.
|
@xref{Makefiles, ,Writing Makefiles}.
|
||||||
|
@ -5731,7 +5731,7 @@ Ignore all errors in commands executed to remake files.
|
||||||
|
|
||||||
@item -I @var{dir}
|
@item -I @var{dir}
|
||||||
@cindex @code{-I}
|
@cindex @code{-I}
|
||||||
@item --include-dir @var{dir}
|
@itemx --include-dir @var{dir}
|
||||||
@cindex @code{--include-dir}
|
@cindex @code{--include-dir}
|
||||||
Specifies a directory @var{dir} to search for included makefiles.
|
Specifies a directory @var{dir} to search for included makefiles.
|
||||||
@xref{Include, ,Including Other Makefiles}. If several @samp{-I}
|
@xref{Include, ,Including Other Makefiles}. If several @samp{-I}
|
||||||
|
|
Loading…
Reference in a new issue