Gentoo Archives: gentoo-user

From: Kenneth Prugh <ken69267@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Building all packages except gcc
Date: Mon, 19 Nov 2007 04:16:39
Message-Id: 20071118231022.21b45afc@Midori.localhost
In Reply to: [gentoo-user] Building all packages except gcc by ~/Timur Aydin
1 On Mon, 19 Nov 2007 01:19:06 +0200
2 ~/Timur Aydin <ta@××××××.org> wrote:
3
4 > Hello,
5 >
6 > How would I go about rebuilding all installed packages, except gcc? I
7 > suppose I could do "emerge --emptytree world", but that would also
8 > merge gcc, which I don't want, because I want to be sure that the
9 > whole system is rebuilt with the same compiler.
10 >
11 > Any help is appreciated...
12 >
13
14 If you have eix installed...
15
16 emerge -av $(eix -Icn --only-names | grep -v gcc)
17
18 --
19 Ken

Attachments

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