jkt 06/02/09 16:06:51 Modified: xml/htdocs/doc/en gcc-upgrading.xml Log: Better command to prune the old GCC version for fresh installations. Thanks to bdillahu for reporting and Halcy0n for a fix :)
Revision Changes Path 1.7 +6 -7 xml/htdocs/doc/en/gcc-upgrading.xml 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 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 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 Index: gcc-upgrading.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gcc-upgrading.xml 2 Feb 2006 15:59:29 -0000 1.6 +++ gcc-upgrading.xml 9 Feb 2006 16:06:51 -0000 1.7 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.6 2006/02/02 15:59:29 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.7 2006/02/09 16:06:51 jkt Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -25,8 +25,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>5</version> -<date>2006-02-02</date> +<version>6</version> +<date>2006-02-09</date> <chapter id="intro"> <title>Introduction</title> @@ -492,13 +492,12 @@ </pre> <p> -It is also safe to remove older GCC versions at this time. Since this is an -initial installation, we are using portage's prune feature to remove all older -versions of GCC. +It is also safe to remove older GCC versions at this time. Please substitute +<c>YOUR-NEW-GCC-VERSION</c> with the actual version you've upgraded to: </p> <pre caption="Cleaning up"> -# <i>emerge -aP sys-devel/gcc</i> +# <i>emerge -aC "<sys-devel/gcc-YOUR-NEW-GCC-VERSION"</i> </pre> </body> -- [email protected] mailing list
