From owner-freebsd-current Thu Jun 27 21:47:31 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA06062 for current-outgoing; Thu, 27 Jun 1996 21:47:31 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id VAA06047 for ; Thu, 27 Jun 1996 21:47:29 -0700 (PDT) Received: from plaut.de ([194.39.177.166]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id VAA08296 for ; Thu, 27 Jun 1996 21:47:27 -0700 Received: from totum.plaut.de (totum.plaut.de [194.39.177.9]) by plaut.de (8.6.12/8.6.12) with ESMTP id VAA26890; Thu, 27 Jun 1996 21:21:44 +0200 Received: from localhost (root@localhost) by totum.plaut.de (8.7.5/8.7.3) with SMTP id WAA00307; Thu, 27 Jun 1996 22:12:59 +0200 (MET DST) Date: Thu, 27 Jun 1996 22:12:58 +0200 (MET DST) From: Michael Reifenberger To: Scott Blachowicz cc: FreeBSD-Current Subject: Re: Building inside of /usr/src? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 27 Jun 1996, Scott Blachowicz wrote: > Date: Thu, 27 Jun 1996 09:11:20 -0700 > From: Scott Blachowicz > To: Michael Reifenberger > Cc: "Jordan K. Hubbard" , > FreeBSD-Current > Subject: Re: Building inside of /usr/src? > > Michael Reifenberger wrote: ... > > (totum)(root) # which pwd > > pwd: aliased to echo $cwd > > > > It is defined in my ~/.tcshrc > > Does removing it from there actually fix the problem? > No. (totum)(root) # cd /usr/src/lib/libc (totum)(root) # pwd /a/src/lib/libc (totum)(root) # env ... PWD=/usr/src/lib/libc ... (totum)(root) # make cleandir (totum)(root) # make obj /usr/obj/usr/src/lib/libc created for /usr/src/lib/libc Bye! ---- Michael Reifenberger