Gentoo Archives: gentoo-dev

From: Philippe Lafoucriere <lafou@×××××××.fr>
To: Robert Cole <robert.cole@×××××××××××××.com>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] make line w/ the 2.6.x kernels
Date: Sat, 10 Jan 2004 20:14:24
Message-Id: 40005C79.6040609@wanadoo.fr
In Reply to: [gentoo-dev] make line w/ the 2.6.x kernels by Robert Cole
1 Robert Cole wrote:
2
3 >Just curious what everyone is using for a make line with the new kernel.
4 >
5 >In 2.4 mine was straight out of the gentoo docs:
6 >
7 >make dep && make clean bzImage modules modules_install
8 >
9 >With 2.6 I made only one change and took out the dep because it's not needed
10 >anymore:
11 >
12 >make && make clean bzImage modules modules_install
13 >
14 >It just seems watching the compile like the clean isn't needed either but I'm
15 >not sure. Seems like it does something twice with the clean in there.
16 >
17 >2.6 compiles and works fine with the above line it's just the compile times
18 >seems a bit long.
19 >
20 >Thanks,
21 >Robert
22 >
23 >--
24 >gentoo-dev@g.o mailing list
25 >
26 >
27 >
28 >
29 RTFM : "make && make module_install" is enough to build / install
30 modules, and to build the bzImage.
31
32
33 --
34 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] make line w/ the 2.6.x kernels "C. Brewer" <cbrewer@×××××××××××××.net>