Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 1996 20:27:25 -0700
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        "Rodney W. Grimes" <rgrimes@GndRsh.aac.dev.com>
Cc:        nate@mt.sri.com, scott@statsci.com, current@FreeBSD.ORG
Subject:   Re: Building inside of /usr/src? 
Message-ID:  <1570.835932445@time.cdrom.com>
In-Reply-To: Your message of "Thu, 27 Jun 1996 17:24:47 PDT." <199606280024.RAA13727@GndRsh.aac.dev.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> If you read the comments above this section of code, and have worked on
> asymetric AMD managed user home directory systems, and used pmake
> in parallel mode on these systems it would be clear as to why it if
> preferintial to use $PWD if $PWD infact resolves to the sameplace as
> getcwd().

But PWD can't be trusted, as we've already seen.  How would you
suggest that we GUARANTEE that $PWD and getcwd() return the same
contents?  It's useless otherwise since you'll have different
invocations of the build return totally different obj directories and
the only reason this didn't become a problem before was because the
"window" for failure was narrower - you had to have a bogus $PWD at
the time you built the links rather than just at any time.

> Please back out your commit... there was, and is, a good reason for doing
> what it does.  The brokeness is in you new .mk stuff if any place.

I simply don't agree.  If the old make system had been a paragon of
virtue and simplicity then I'd agree that changing it was bad.
However, it wasn't and I don't think it is.

						Jordan



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