Gentoo Archives: gentoo-doc-cvs

From: "Xavier Neys (neysx)" <neysx@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-stage.xml
Date: Mon, 19 Oct 2009 16:16:38
Message-Id: E1MzuuR-0007vi-JP@stork.gentoo.org
1 neysx 09/10/19 16:16:35
2
3 Modified: hb-install-stage.xml
4 Log:
5 #289741 mention -pipe uses more memory
6
7 Revision Changes Path
8 1.118 xml/htdocs/doc/en/handbook/hb-install-stage.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.118&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.118&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.117&r2=1.118
13
14 Index: hb-install-stage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v
17 retrieving revision 1.117
18 retrieving revision 1.118
19 diff -u -r1.117 -r1.118
20 --- hb-install-stage.xml 4 Oct 2009 18:37:42 -0000 1.117
21 +++ hb-install-stage.xml 19 Oct 2009 16:16:35 -0000 1.118
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.117 2009/10/04 18:37:42 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.118 2009/10/19 16:16:35 neysx Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 describe how you extract the stage3 archive and configure Portage.
33 </abstract>
34
35 -<version>10.0</version>
36 -<date>2009-10-04</date>
37 +<version>10.1</version>
38 +<date>2009-10-19</date>
39
40 <section>
41 <title>Installing a Stage Tarball</title>
42 @@ -411,7 +411,8 @@
43 <p>
44 Another popular optimization flag is <c>-pipe</c> (use pipes rather than
45 temporary files for communication between the various stages of compilation).
46 -It has no impact on the generated code.
47 +It has no impact on the generated code, but uses more memory. On systems with
48 +low memory, gcc might get killed. In that case, do not use this flag.
49 </p>
50
51 <p>