From owner-cvs-usrbin Sat Aug 31 12:54:08 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA07983 for cvs-usrbin-outgoing; Sat, 31 Aug 1996 12:54:08 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA07978; Sat, 31 Aug 1996 12:54:05 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id MAA10610; Sat, 31 Aug 1996 12:54:06 -0700 (PDT) To: Bruce Evans cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/make make.1 In-reply-to: Your message of "Sat, 31 Aug 1996 07:21:17 PDT." <199608311421.HAA14275@freefall.freebsd.org> Date: Sat, 31 Aug 1996 12:54:05 -0700 Message-ID: <10608.841521245@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Listed all the environment variables (MACHINE and PWD were missing). > Documented PWD. MACHINE and MAKEOBJDIR are are still undocumented > except in main.c. I will be changing MAKEOBJDIR back to its old > behaviour so that the comment in main.c actually applies. Just don't destroy the read-only source tree behavior please as I'll be actually using that in a project shortly and if you bring back obj links then you're going to see dueling CVS commits in the tree and a pair of very unhappy people. In other words, please feel free to replace it with something better, just don't eliminate the feature itself. Jordan