From owner-freebsd-current Fri Jun 28 13:25:54 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA27010 for current-outgoing; Fri, 28 Jun 1996 13:25:54 -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 NAA27005 for ; Fri, 28 Jun 1996 13:25:48 -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 NAA05184; Fri, 28 Jun 1996 13:24:55 -0700 (PDT) To: scott@statsci.com cc: Bruce Evans , rgrimes@gndrsh.aac.dev.com, current@freebsd.org, nate@mt.sri.com Subject: Re: Building inside of /usr/src? In-reply-to: Your message of "Fri, 28 Jun 1996 12:22:10 PDT." Date: Fri, 28 Jun 1996 13:24:54 -0700 Message-ID: <5182.835993494@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I'm not familiar with the bmake stuff...Is ${.CURDIR} set automagically by > the make program? or by some other mechanism? If it is automatic, would it Yes. > be reasonable to introduce another automatic variable that is the raw > getcwd() results, then use ${.GETCWD} instead of ${.CURDIR} everywhere? Or > something like that? No, it would not. :-) Jordan