mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-27 06:27:51 +00:00
entered into RCS
This commit is contained in:
parent
b06b92566c
commit
e90a315ebe
1 changed files with 4 additions and 4 deletions
8
make.1
8
make.1
|
@ -127,10 +127,6 @@ 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.
|
||||||
|
@ -141,6 +137,10 @@ considered and which are applied---everything interesting about how
|
||||||
.I make
|
.I make
|
||||||
decides what to do.
|
decides what to do.
|
||||||
.TP 0.5i
|
.TP 0.5i
|
||||||
|
.B \-e
|
||||||
|
Give variables taken from the environment precedence
|
||||||
|
over variables from makefiles.
|
||||||
|
.TP 0.5i
|
||||||
.BI "\-f " file
|
.BI "\-f " file
|
||||||
Use
|
Use
|
||||||
.I file
|
.I file
|
||||||
|
|
Loading…
Reference in a new issue