Gentoo Archives: gentoo-dev

From: Martin Schlemmer <azarah@g.o>
To: Gentoo-Dev <gentoo-dev@g.o>
Subject: Re: [gentoo-dev] Installation tip
Date: Sun, 03 Feb 2002 03:45:18
Message-Id: 1012729281.16357.5.camel@nosferatu.lan
In Reply to: [gentoo-dev] Installation tip by Joey van der Wansem
1 On Sun, 2002-02-03 at 11:05, Joey van der Wansem wrote:
2 > Hi there,
3 >
4 > At the following page on gentoo.org: http://www.gentoo.org/doc/build.html. You have
5 > at section 12 the following rule containing the make process of building the kernel.
6 > # make dep; make clean; make bzImage; make modules; make modules_install
7 > It's better to do it like this, because if one make-procedure fails it doesn't run the other ones and you
8 > see the error which is generated at first.
9 > # make dep && make clean && make bzImage && make modules && make modules_install
10 > Sorry for my bad English...
11 >
12
13 A even better way, if you are a bit lazy like me is:
14
15 # make clean dep bzImage modules modules_install
16
17 > Greetings,
18 >
19 > Joey (The Netherlands)
20 >
21 --
22
23 Martin Schlemmer
24 Gentoo Linux Developer, Desktop Team Developer
25 Cape Town, South Africa

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Installation tip Arcady Genkin <agenkin-dated-1013162202.47e137@××××××.com>