From owner-freebsd-current Thu Jun 27 21:47:28 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA06036 for current-outgoing; Thu, 27 Jun 1996 21:47:28 -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 VAA06031 for ; Thu, 27 Jun 1996 21:47:26 -0700 (PDT) Received: from plaut.de ([194.39.177.166]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id VAA08293 for ; Thu, 27 Jun 1996 21:47:24 -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 VAA26920 for ; Thu, 27 Jun 1996 21:59:31 +0200 Received: from localhost (root@localhost) by totum.plaut.de (8.7.5/8.7.3) with SMTP id WAA00566 for ; Thu, 27 Jun 1996 22:50:50 +0200 (MET DST) Date: Thu, 27 Jun 1996 22:50:50 +0200 (MET DST) From: Michael Reifenberger To: FreeBSD-Current Subject: Re: Building inside of /usr/src? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Date: Thu, 27 Jun 1996 22:34:15 +0200 (MET DST) From: Michael Reifenberger To: Scott Blachowicz Subject: Re: Building inside of /usr/src? On Thu, 27 Jun 1996, Scott Blachowicz wrote: > Date: Thu, 27 Jun 1996 13:30:36 -0700 > From: Scott Blachowicz > To: Michael Reifenberger > Subject: Re: Building inside of /usr/src? > ... > Hmmm...what happens if you do something like this: > > # env PWD= make obj > > instead (the idea being to make sure PWD is cleared to make sure it isn't > having an effect on things). > As expected: (totum)(root) # cd /usr/src/lib/libc (totum)(root) # unsetenv PWD (totum)(root) # make cleandir (totum)(root) # make obj /usr/obj/a/src/lib/libc created for /a/src/lib/libc Bye! ---- Michael Reifenberger