diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2004-08-09 16:13:54 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2004-08-09 16:13:54 +0000 |
| commit | 8460583b9ff3270bb430ff6d9f4b23e1aed546b2 (patch) | |
| tree | 2c20fa728f2dd121bf7b25476dbd40fbad5002cf /usr.bin | |
| parent | 5f9541ecbd6d0c1a0c336ebad68cebed8aac76a7 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/make/make.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 063c2472e0a2..05b76efd1df8 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -533,6 +533,13 @@ If they are undefined and .Nm is unable to change into any of the remaining three directories, then the current directory is used. +Note, that +.Ev MAKEOBJDIRPREFIX +and +.Ev MAKEOBJDIR +must be environment variables and should not be set on +.Nm Ns 's +command line. .Pp The .Nm |
