From owner-freebsd-current Thu Jun 27 13:44:41 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA23874 for current-outgoing; Thu, 27 Jun 1996 13:44:41 -0700 (PDT) Received: from main.statsci.com ([198.145.127.110]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA23866 for ; Thu, 27 Jun 1996 13:44:37 -0700 (PDT) Received: from statsci.com by main.statsci.com with smtp (Smail3.1.29.1 #3) id m0uZNv8-00060AC; Thu, 27 Jun 96 13:44 PDT Message-Id: To: current@freebsd.org Subject: Re: Building inside of /usr/src? Date: Thu, 27 Jun 1996 13:44:09 -0700 From: Scott Blachowicz Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [I forgot to Cc: current on my last reply to Michael, so his reply to me didn't make it, so here it is...So, it looks like $PWD _does_ have an effect in here.] ------- Forwarded Message 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 ------- End of Forwarded Message