Re: 2.4.3 compile error No 4

John Jasen (jjasen@datafoundation.com)
Wed, 11 Apr 2001 10:24:32 -0400 (EDT)


On Wed, 11 Apr 2001, info wrote:

> > this may be a stupid question, but are you doing a 'make clean' after
> > changing config parameters?
>
> Maybe it's is a stupid order, but I do this:
> 1. untar kernel into /usr/src (there was no /linux subdirectory)
> 2. copy my own config file (named config-k6) from old 2.4.0 source
> tree (compiled and working - now I am on 2.4.0)
> 3. make xconfig, load configuration from this file and then manually
> check all parameters
> 4 store configuration into new config-k6-1 file
> 5. press button "Save and exit"

why not copy it over to .config, 'make oldconfig', then pop into your
favourite configuration editor and make changes, making sure to save them
on exit?

then do a 'make clean; make dep; make'

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/