Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 1996 13:44:09 -0700
From:      Scott Blachowicz <scott@statsci.com>
To:        current@freebsd.org
Subject:   Re: Building inside of /usr/src?
Message-ID:  <m0uZNv8-00060AC@main.statsci.com>

next in thread | raw e-mail | index | archive | help
[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 <scott@statsci.com>
> To: Michael Reifenberger <root@totum.plaut.de>
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m0uZNv8-00060AC>