From owner-cvs-share Thu Jul 11 23:51:18 1996 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA08409 for cvs-share-outgoing; Thu, 11 Jul 1996 23:51:18 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA08387; Thu, 11 Jul 1996 23:51:05 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id QAA02068; Fri, 12 Jul 1996 16:46:06 +1000 Date: Fri, 12 Jul 1996 16:46:06 +1000 From: Bruce Evans Message-Id: <199607120646.QAA02068@godzilla.zeta.org.au> To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-share@freefall.freebsd.org, pst@freefall.freebsd.org Subject: Re: cvs commit: src/share/mk bsd.obj.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: share/mk bsd.obj.mk > Log: > Add whereobj target to find that pesky obj dir I still think that this is important enough to justify builtin support. E.g., `make -P variable' could print make's idea of the value of `variable'. Then `make -P .OBJDIR' would show where the obj dir is. I miss the ability to build in ./obj when a (now invisible) external obj dir exists. ./obj should have priority if it exists, at least if the MAKEOBJDIR environment variable is set to ./obj. MAKEOBJDIR should give an object directory, not the root of an object directory tree. Bruce