swift 05/07/02 09:53:51 Modified: xml/htdocs/doc/en new-upgrade-to-gentoo-1.4.xml Log: Fix pre captions
Revision Changes Path 1.14 +11 -11 xml/htdocs/doc/en/new-upgrade-to-gentoo-1.4.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/new-upgrade-to-gentoo-1.4.xml?rev=1.14&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/new-upgrade-to-gentoo-1.4.xml?rev=1.14&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/new-upgrade-to-gentoo-1.4.xml.diff?r1=1.13&r2=1.14&cvsroot=gentoo Index: new-upgrade-to-gentoo-1.4.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/new-upgrade-to-gentoo-1.4.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- new-upgrade-to-gentoo-1.4.xml 5 Jun 2005 16:25:51 -0000 1.13 +++ new-upgrade-to-gentoo-1.4.xml 2 Jul 2005 09:53:51 -0000 1.14 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/new-upgrade-to-gentoo-1.4.xml,v 1.13 2005/06/05 16:25:51 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/new-upgrade-to-gentoo-1.4.xml,v 1.14 2005/07/02 09:53:51 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -22,8 +22,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> <license/> -<version>0.3</version> -<date>2004-10-02</date> +<version>0.4</version> +<date>2005-07-02</date> <chapter> <title>Before you begin</title> @@ -80,7 +80,7 @@ Portage. If you don't have at least Portage 2.0.44, try upgrading Portage. </p> -<pre> +<pre caption="Updating Portage"> # <i>emerge --sync</i> # <i>emerge -u portage</i> </pre> @@ -107,7 +107,7 @@ various installed versions of GCC. </p> -<pre> +<pre caption="Updating GCC"> # <i>emerge -u gcc</i> </pre> @@ -115,7 +115,7 @@ You can now check to see if gcc-config is working properly: </p> -<pre> +<pre caption="Verifying GCC profile"> # <i>gcc-config --get-current-profile</i> </pre> @@ -155,7 +155,7 @@ Now install the latest GCC version on your system: </p> -<pre> +<pre caption="Install the latest GCC"> # <i>USE="-java" emerge /usr/portage/sys-devel/gcc/gcc-3.2.2.ebuild</i> </pre> @@ -170,14 +170,14 @@ Portage profile. </p> -<pre> +<pre caption="Change the Portage profile"> # <i>cd /etc</i> # <i>rm make.profile</i> <comment>(Replace "x86" with your architecture)</comment> # <i>ln -s ../usr/portage/profiles/default-x86-1.4 make.profile</i> </pre> -<pre> +<pre caption="Change the GCC profile"> <comment>(Note the one for the version you just emerged, use it below)</comment> # <i>gcc-config --list-profiles</i> <comment>(Replace with the version you noted above)</comment> @@ -197,7 +197,7 @@ compiler: </p> -<pre> +<pre caption="Rebuilding the toolchain"> # <i>emerge glibc binutils</i> </pre> @@ -217,7 +217,7 @@ Now you may recompile everything on your system with your new compiler: </p> -<pre> +<pre caption="Rebuilding the entire system"> # <i>emerge -e world</i> </pre> -- [email protected] mailing list
