diff options
| author | Tim Vanderhoek <hoek@FreeBSD.org> | 1999-07-31 20:53:02 +0000 |
|---|---|---|
| committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1999-07-31 20:53:02 +0000 |
| commit | b97af31bdb8b9902ee15b1a9b233d44af9b92958 (patch) | |
| tree | 13e79140446839166f39762d4a7d3b3d2bb9cdb8 /usr.bin/make/make.1 | |
| parent | 97f8cf3b7fe0583b3d43a58140d8878ab02d9d85 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/make.1')
| -rw-r--r-- | usr.bin/make/make.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index e4d983373b4a..1b228cecd8d0 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 -.\" $Id: make.1,v 1.16 1998/11/29 13:46:39 pds Exp $ +.\" $Id: make.1,v 1.17 1999/04/19 07:30:03 imp Exp $ .\" .Dd March 19, 1994 .Dt MAKE 1 @@ -43,6 +43,7 @@ .Op Fl Beiknqrstv .Op Fl D Ar variable .Op Fl d Ar flags +.Op Fl E Ar variable .Op Fl f Ar makefile .Op Fl I Ar directory .Bk -words @@ -118,9 +119,12 @@ Print debugging information about target list maintenance. .It Ar v Print debugging information about variable assignment. .El +.It Fl E Ar variable +Specify a variable whose environment value (if any) will override +macro assignments within makefiles. .It Fl e -Specify that environment variables override macro assignments within -makefiles. +Specify that environment values override macro assignments within +makefiles for all variables. .It Fl f Ar makefile Specify a makefile to read instead of the default .Ql Pa makefile |
