Gentoo Archives: gentoo-dev

From: Robert Cole <robert.cole@×××××××××××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] make line w/ the 2.6.x kernels
Date: Sat, 10 Jan 2004 16:21:29
Message-Id: 200401100821.08836.robert.cole@support4linux.com
1 Just curious what everyone is using for a make line with the new kernel.
2
3 In 2.4 mine was straight out of the gentoo docs:
4
5 make dep && make clean bzImage modules modules_install
6
7 With 2.6 I made only one change and took out the dep because it's not needed
8 anymore:
9
10 make && make clean bzImage modules modules_install
11
12 It just seems watching the compile like the clean isn't needed either but I'm
13 not sure. Seems like it does something twice with the clean in there.
14
15 2.6 compiles and works fine with the above line it's just the compile times
16 seems a bit long.
17
18 Thanks,
19 Robert
20
21 --
22 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] make line w/ the 2.6.x kernels Sean Johnson <sean@××××××××××.org>
Re: [gentoo-dev] make line w/ the 2.6.x kernels Jan Schubert <Jan.Schubert@×××.li>
Re: [gentoo-dev] make line w/ the 2.6.x kernels Philippe Lafoucriere <lafou@×××××××.fr>
Re: [gentoo-dev] make line w/ the 2.6.x kernels "Thomas T. Veldhouse" <veldy@×××××.net>