Subject: Re: missing destination directories vs. make build
To: Onno van der Linden <onno@simplex.nl>
From: Bill Studenmund <skippy@macro.stanford.edu>
List: current-users
Date: 10/27/1997 14:19:52
On Mon, 27 Oct 1997, Onno van der Linden wrote:

> While doing a make build on a -current source tree  (up to 26-10)
> make includes bombed because /usr/include/bfd and /usr/include/objc
> didn't exist.
> 
> In the past, I seem to rembember doing a make build where mtree was
> called to create missing directories. However, a grep mtree in
> /usr/share/mk only showed something in bsd.ports.mk ......
> 
> I'm missing something, but what ?

make before-install
which will call mtree to set everything up.

Jason made the build target depend on before-install this afternoon, so by
the nest SUP, it'll work right.

Take care,

Bill