mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-27 23:06:53 +00:00
Formerly make.man.~4~
This commit is contained in:
parent
60a76e0d39
commit
7c675f86e6
1 changed files with 6 additions and 1 deletions
7
make.1
7
make.1
|
@ -127,6 +127,10 @@ is equivalent to
|
||||||
.BR "\-C " /etc.
|
.BR "\-C " /etc.
|
||||||
This is typically used with recursive invocations of
|
This is typically used with recursive invocations of
|
||||||
.IR make .
|
.IR make .
|
||||||
|
.B \-e
|
||||||
|
Give variables taken from the environment precedence
|
||||||
|
over variables from makefiles.
|
||||||
|
.TP 0.5i
|
||||||
.TP 0.5i
|
.TP 0.5i
|
||||||
.B \-d
|
.B \-d
|
||||||
Print debugging information in addition to normal processing.
|
Print debugging information in addition to normal processing.
|
||||||
|
@ -139,7 +143,8 @@ decides what to do.
|
||||||
.TP 0.5i
|
.TP 0.5i
|
||||||
.BI "\-f " file
|
.BI "\-f " file
|
||||||
Use
|
Use
|
||||||
.I file as a makefile.
|
.I file
|
||||||
|
as a makefile.
|
||||||
.TP 0.5i
|
.TP 0.5i
|
||||||
.B \-i
|
.B \-i
|
||||||
Ignore all errors in commands executed to remake files.
|
Ignore all errors in commands executed to remake files.
|
||||||
|
|
Loading…
Reference in a new issue