Gentoo Archives: gentoo-user

From: Harry Putnam <reader@×××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: kernel build - back in the soup.
Date: Wed, 04 Nov 2009 15:57:54
Message-Id: 87skcus2op.fsf@newsguy.com
In Reply to: Re: [gentoo-user] Re: kernel build - back in the soup. by Mike Edenfield
1 Mike Edenfield <kutulu@××××××.org> writes:
2
3 > The 'make' man page wouldn't know anything about the kernel's
4 > makefile. You want the README file that's included in the top of the
5 > kernel source folder. That file says, among other things:
6 >
7 > "make oldconfig" Default all questions based on the contents of
8 > your existing ./.config file and asking about
9 > new config symbols.
10 >
11 > You need to already have a .config file in the source tree in order
12 > for 'make oldconfig' to work; otherwise you are going to get the
13 > default answers to just about every question. The benefit of this is
14 > that you don't have to search through the entire menu tree in the UI
15 > to find what's new.
16
17 Thanks for clearing that stuff up, and the pointer to documentation.