diff options
author | Roland McGrath <roland@redhat.com> | 1993-03-08 18:38:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-03-08 18:38:35 +0000 |
commit | 7c675f86e6a3f98664f91accb194a324e449f7e2 (patch) | |
tree | 8d9b7697a86c586744a767c5ec09072383453a3d /make.1 | |
parent | 60a76e0d39e81a1722513b9ed5cd599b3cf3086e (diff) | |
download | gunmake-7c675f86e6a3f98664f91accb194a324e449f7e2.tar.gz |
Formerly make.man.~4~
Diffstat (limited to 'make.1')
-rw-r--r-- | make.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -127,6 +127,10 @@ 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. @@ -139,7 +143,8 @@ decides what to do. .TP 0.5i .BI "\-f " file Use -.I file as a makefile. +.I file +as a makefile. .TP 0.5i .B \-i Ignore all errors in commands executed to remake files. |