From owner-freebsd-current Tue Jun 25 09:27:28 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA14028 for current-outgoing; Tue, 25 Jun 1996 09:27:28 -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 JAA14019 for ; Tue, 25 Jun 1996 09:27:25 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id CAA15531; Wed, 26 Jun 1996 02:24:16 +1000 Date: Wed, 26 Jun 1996 02:24:16 +1000 From: Bruce Evans Message-Id: <199606251624.CAA15531@godzilla.zeta.org.au> To: bde@zeta.org.au, jkh@time.cdrom.com Subject: Re: Building inside of /usr/src? Cc: freebsd-current@FreeBSD.org, nate@sri.MT.net Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> The builtin knowledge of /usr/obj is worse than the builtin knowledge of >> ./obj, and MAKEOBJDIR useless becase the full path to the current directory >> is appended to it. >P.S. I still don't see how this makes it useless at all - this is how >it *should* work! Because the default object directory for joe user running make in /home/joe/src/prog is /usr/obj/home/joe/src/prog. Bruce