Subject: Re: build breaks w/ read-only sources
To: Kazushi Marukawa <jam@pobox.com>
From: Luke Mewburn <lukem@NetBSD.org>
List: current-users
Date: 10/30/2003 13:32:52
On Wed, Oct 29, 2003 at 08:23:04PM -0600, Kazushi Marukawa wrote:
  |    On Oct 29, 16:17, James Chacon wrote:
  |    > Subject: Re: build breaks w/ read-only sources
  |    > On Wed, Oct 29, 2003 at 05:01:25PM -0500, William Allen Simpson wrote:
  |    > > I wish that -O would mkdir the objdir when it doesn't exist.  That was 
  |    > > always a problem with 'make build', after rm'ing an old objdir and 
  |    > > forgetting to mkdir a new one (or forgetting on a new install), the src 
  |    > > tree got polluted. 
  |    > 
  |    > It does by default. Unless you specify -o.
  | 
  | In curious, does -O work at all?
  | 
  | When I did "./build.sh -O /usr/obj -U release", it made only
  | /usr/obj directory.  After that, make program compiled
  | everything in each source directory.  It even didn't make
  | obj directory in each source directory.

what does
	./build.sh -O /usr/obj -U params

show?