diff options
author | gjb <gjb@FreeBSD.org> | 2014-05-05 01:29:20 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2014-05-05 01:29:20 +0000 |
commit | cf561a1a553d48a687a32b956976203040e85101 (patch) | |
tree | 69205416344da9bddb2bc5482c37c513c61fb77a /share/man/man5 | |
parent | 9fc9efdfd5143009a748e6e05cd6ec6b81c51e94 (diff) | |
download | FreeBSD-src-cf561a1a553d48a687a32b956976203040e85101.zip FreeBSD-src-cf561a1a553d48a687a32b956976203040e85101.tar.gz |
MRC r265230:
Clarify that MAKEOBJDIRPREFIX and MAKEOBJDIR are not
honored as make(1) arguments.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/make.conf.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 7430a09..27ce9e2 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 28, 2013 +.Dd May 2, 2014 .Dt MAKE.CONF 5 .Os .Sh NAME @@ -689,6 +689,8 @@ and .Ev MAKEOBJDIR are environment variables and should not be set in .Nm +or as command line arguments to +.Xr make 1 , but in make's environment. .Sh BUGS This manual page may occasionally be out of date with respect to |