Subject: Re: 'make release' builds kernels in source tree?
To: Frederick Bruckman <fb@enteract.com>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: current-users
Date: 03/20/2000 21:23:04
On Mon, Mar 20, 2000 at 11:57:02AM -0600, Frederick Bruckman wrote:
> I don't think it's yet possible to build a kernel using an obj tree,

oh yes, it is, more or less.

config -b /path/to/kernel/obj/dir -s /path/to/src/sys /path/to/CONFIGFILE
cd /path/to/kernel/obj/dir
make depend
make 

works perfectly fine, and has for a long, long time. Maybe its time to
integrate this into the *OBJ* framework, so that a make build will do the
right thing.

Regards,
	-is