diff options
author | schweikh <schweikh@FreeBSD.org> | 2004-01-19 21:44:58 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2004-01-19 21:44:58 +0000 |
commit | af431306cd5bfd8ee4e300cb51a2dd9879ee376e (patch) | |
tree | d1831f0620b29a06b707d2d56c727c111e59583a /usr.bin | |
parent | 6a1db39d2c38b34647c41618a3e9bd22ebb5171a (diff) | |
download | FreeBSD-src-af431306cd5bfd8ee4e300cb51a2dd9879ee376e.zip FreeBSD-src-af431306cd5bfd8ee4e300cb51a2dd9879ee376e.tar.gz |
Document __MAKE_CONF and its default, /etc/make.conf.
MFC-After: 2 weeks
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/make/make.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 0c1bb83..74fecc1 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1198,8 +1198,9 @@ utility uses the following environment variables, if they exist: .Ev MAKE , .Ev MAKEFLAGS , .Ev MAKEOBJDIR , +.Ev MAKEOBJDIRPREFIX , and -.Ev MAKEOBJDIRPREFIX . +.Ev __MAKE_CONF . .Sh FILES .Bl -tag -width /usr/share/doc/psd/12.make -compact .It Pa .depend @@ -1215,6 +1216,13 @@ system makefile (processed before any other file, including .Pa makefile and .Pa Makefile ) +.It Pa /etc/make.conf +system make configuration (processed before +.Pa makefile +and +.Pa Makefile ) . +Can be specified with +.Ev __MAKE_CONF . .It Pa /usr/share/mk system makefile directory .It /usr/share/doc/psd/12.make |