From af431306cd5bfd8ee4e300cb51a2dd9879ee376e Mon Sep 17 00:00:00 2001 From: schweikh Date: Mon, 19 Jan 2004 21:44:58 +0000 Subject: Document __MAKE_CONF and its default, /etc/make.conf. MFC-After: 2 weeks --- usr.bin/make/make.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'usr.bin') 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 -- cgit v1.1