From: "Josh Saddler" <nightmorph@lark.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: hb-install-stage.xml
Date: Wed, 1 Nov 2006 21:30:05 +0000 [thread overview]
Message-ID: <20061101213005.DEA5C64A3D@smtp.gentoo.org> (raw)
nightmorph 06/11/01 21:30:05
Modified: hb-install-stage.xml
Log:
fixed hb-install-stage to capitalized AMD64 key id, bug 153735
Revision Changes Path
1.103 xml/htdocs/doc/en/handbook/hb-install-stage.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.102&r2=1.103
Index: hb-install-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- hb-install-stage.xml 31 Oct 2006 23:18:07 -0000 1.102
+++ hb-install-stage.xml 1 Nov 2006 21:30:05 -0000 1.103
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.102 2006/10/31 23:18:07 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.103 2006/11/01 21:30:05 nightmorph Exp $ -->
<sections>
@@ -13,8 +13,8 @@
describe how you extract the stage3 archive and configure Portage.
</abstract>
-<version>7.2</version>
-<date>2006-10-31</date>
+<version>7.3</version>
+<date>2006-11-01</date>
<section>
<title>Installing a Stage Tarball</title>
@@ -187,7 +187,7 @@
<title>Extracting the Stage Tarball</title>
<body>
-<impo test="contains('amd64 x86', func:keyval('arch'))">
+<impo test="contains('AMD64 x86', func:keyval('arch'))">
If you are on <keyval id="arch"/> and using the Installer LiveCD, you will
<e>not</e> have stages on your CD. You will have to follow instructions for
<uri link="#doc_chap2">Using a Stage Tarball from the Internet</uri>.
@@ -434,7 +434,7 @@
CXXFLAGS="${CFLAGS}" <comment># Use the same settings for both variables</comment>
</pre>
-<pre test="func:keyval('arch')='amd64'" caption="Defining the CFLAGS and CXXFLAGS variable">
+<pre test="func:keyval('arch')='AMD64'" caption="Defining the CFLAGS and CXXFLAGS variable">
CFLAGS="-march=athlon-xp -pipe -O2" <comment># AMD64 users who want a native 64-bit system should use -march=athlon64</comment>
<comment># EM64T users should use -march=nocona</comment>
CXXFLAGS="${CFLAGS}" <comment># Use the same settings for both variables</comment>
--
gentoo-doc-cvs@gentoo.org mailing list
next reply other threads:[~2006-11-01 21:30 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-01 21:30 Josh Saddler [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-07-08 23:56 [gentoo-doc-cvs] cvs commit: hb-install-stage.xml Joshua Saddler
2008-05-07 20:17 Joshua Saddler
2008-05-07 1:43 Joshua Saddler
2008-04-06 21:10 Joshua Saddler
2007-12-31 15:33 Xavier Neys
2007-12-31 15:25 Xavier Neys
2007-06-28 20:33 Josh Saddler
2007-06-23 0:29 Josh Saddler
2007-06-19 9:16 Josh Saddler
2007-06-14 15:21 Josh Saddler
2007-06-14 3:26 Josh Saddler
2007-03-30 12:01 Xavier Neys
2007-03-30 12:01 Xavier Neys
2007-03-28 13:42 Xavier Neys
2007-03-19 10:12 Josh Saddler
2006-09-08 12:53 Lukasz Damentko
2006-05-27 22:40 Xavier Neys
2006-05-27 12:48 Xavier Neys
2006-05-22 20:55 Josh Saddler
2006-02-28 1:54 Shyam Mani
2006-02-26 18:38 Shyam Mani
2006-02-26 16:54 Shyam Mani
2006-02-22 16:12 Shyam Mani
2006-02-15 13:06 Lukasz Damentko
2006-02-15 13:05 Lukasz Damentko
2005-12-20 13:11 Lukasz Damentko
2005-12-09 23:35 Marcelo Goes
2005-08-16 21:56 Xavier Neys
2005-08-13 21:21 Jan Kundrat
2005-08-13 21:21 Jan Kundrat
2005-08-12 6:09 Shyam Mani
2005-08-12 6:09 Shyam Mani
2005-08-11 14:35 swift
2005-08-10 11:37 swift
2005-08-10 10:46 swift
2005-08-10 10:46 swift
2005-08-08 14:09 swift
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061101213005.DEA5C64A3D@smtp.gentoo.org \
--to=nightmorph@lark.gentoo.org \
--cc=docs-team@lists.gentoo.org \
--cc=gentoo-doc-cvs@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox