Subject: Re: make depend
To: <>
From: Ignatios Souvatzis <is@beverly.kleinbus.org>
List: tech-ports
Date: 08/31/2000 19:48:27
On Wed, Aug 30, 2000 at 07:13:38PM -0500, John Maier wrote:
> What does the 'make depend' do for you before (re)building a kernel?
> 
> I've always wondered.

create a .depend file (and a few more for the lib/* subdirectories) which
contains the dependencies, so that you can rebuild the kernel later after
source changes without "make clean".

	-is