diff options
author | Roland McGrath <roland@redhat.com> | 1993-05-19 17:56:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-05-19 17:56:38 +0000 |
commit | e90a315ebea7a786a8276845b4ce558d2b716663 (patch) | |
tree | 2863ec712a34d455334df2c5d74430f12219809f /make.1 | |
parent | b06b92566c151d863b521253c35e96e56d06a0c6 (diff) | |
download | gunmake-e90a315ebea7a786a8276845b4ce558d2b716663.tar.gz |
entered into RCS
Diffstat (limited to 'make.1')
-rw-r--r-- | make.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -127,10 +127,6 @@ is equivalent to .BR "\-C " /etc. This is typically used with recursive invocations of .IR make . -.B \-e -Give variables taken from the environment precedence -over variables from makefiles. -.TP 0.5i .TP 0.5i .B \-d Print debugging information in addition to normal processing. @@ -141,6 +137,10 @@ considered and which are applied---everything interesting about how .I make decides what to do. .TP 0.5i +.B \-e +Give variables taken from the environment precedence +over variables from makefiles. +.TP 0.5i .BI "\-f " file Use .I file |