=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.1,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/make/make.1 1996/09/02 16:04:13 1.7 --- src/usr.bin/make/make.1 1996/09/21 10:53:48 1.8 *************** *** 1,4 **** ! .\" $OpenBSD: make.1,v 1.7 1996/09/02 16:04:13 briggs Exp $ .\" $NetBSD: make.1,v 1.15 1996/08/30 17:59:40 thorpej Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. --- 1,4 ---- ! .\" $OpenBSD: make.1,v 1.8 1996/09/21 10:53:48 deraadt Exp $ .\" $NetBSD: make.1,v 1.15 1996/08/30 17:59:40 thorpej Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. *************** *** 403,408 **** --- 403,430 ---- was executed. .It Va .OBJDIR A path to the directory where the targets are built. + At startup, + .Nm make + searches for an alternate directory to place target files -- it + will attempt to change into this special directory. + .Nm make + first tries to change into the directory named by the environment + variable + .Ev MAKEOBJDIR . + If that fails, it tries to change into the directory named + .Pa obj.$MACHINE + (if the environment variable + .Ev MACHINE + is not set, + .Nm make + calls + .Xr uname 2 + to determine the type of machine). If it still has found no special + directory, it next tries the directory named + .Pa obj . + Finally, if none of the above directories are available + .Nm make + will settle for and use the current directory. .It Ev MAKEFLAGS The environment variable .Ql Ev MAKEFLAGS