Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gcc-upgrading.xml
Date: Thu, 09 Feb 2006 16:07:08
Message-Id: 200602091606.k19G6qEI020113@robin.gentoo.org
1 jkt 06/02/09 16:06:51
2
3 Modified: xml/htdocs/doc/en gcc-upgrading.xml
4 Log:
5 Better command to prune the old GCC version for fresh installations.
6 Thanks to bdillahu for reporting and Halcy0n for a fix :)
7
8 Revision Changes Path
9 1.7 +6 -7 xml/htdocs/doc/en/gcc-upgrading.xml
10
11 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo
12 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo
13 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gcc-upgrading.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo
14
15 Index: gcc-upgrading.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- gcc-upgrading.xml 2 Feb 2006 15:59:29 -0000 1.6
22 +++ gcc-upgrading.xml 9 Feb 2006 16:06:51 -0000 1.7
23 @@ -1,5 +1,5 @@
24 <?xml version='1.0' encoding="UTF-8"?>
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.6 2006/02/02 15:59:29 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.7 2006/02/09 16:06:51 jkt Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -25,8 +25,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>5</version>
35 -<date>2006-02-02</date>
36 +<version>6</version>
37 +<date>2006-02-09</date>
38
39 <chapter id="intro">
40 <title>Introduction</title>
41 @@ -492,13 +492,12 @@
42 </pre>
43
44 <p>
45 -It is also safe to remove older GCC versions at this time. Since this is an
46 -initial installation, we are using portage's prune feature to remove all older
47 -versions of GCC.
48 +It is also safe to remove older GCC versions at this time. Please substitute
49 +<c>YOUR-NEW-GCC-VERSION</c> with the actual version you've upgraded to:
50 </p>
51
52 <pre caption="Cleaning up">
53 -# <i>emerge -aP sys-devel/gcc</i>
54 +# <i>emerge -aC "&lt;sys-devel/gcc-YOUR-NEW-GCC-VERSION"</i>
55 </pre>
56
57 </body>
58
59
60
61 --
62 gentoo-doc-cvs@g.o mailing list