From owner-freebsd-current Thu Jun 27 03:02:07 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA15393 for current-outgoing; Thu, 27 Jun 1996 03:02:07 -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 DAA15387 for ; Thu, 27 Jun 1996 03:02: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 CAA26039; Thu, 27 Jun 1996 02:59:11 -0700 (PDT) To: Michael Reifenberger cc: FreeBSD-Current Subject: Re: Building inside of /usr/src? In-reply-to: Your message of "Thu, 27 Jun 1996 11:40:11 +0200." Date: Thu, 27 Jun 1996 02:59:11 -0700 Message-ID: <26037.835869551@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > (totum)(root) # make obj > /usr/obj/usr/src/lib/libc created for /usr/src/lib/libc > (totum)(root) # pwd > /usr/src/lib/libc > (totum)(root) # cd /a/src/lib/libc > (totum)(root) # pwd > /a/src/lib/libc > (totum)(root) # make cleandir > (totum)(root) # make obj > /usr/obj/a/src/lib/libc created for /a/src/lib/libc > > ?????? Yeah, good question.. :-) I wonder if getcwd() is somehow becoming confused on your system. It should return the canonical path and it's clearly not! :( Jordan