Gentoo Archives: gentoo-commits

From: "Friedrich Oslage (bluebird)" <bluebird@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/sparc: multilib.xml
Date: Wed, 31 Dec 2008 15:59:57
Message-Id: E1LI3UB-0002LP-8S@stork.gentoo.org
1 bluebird 08/12/31 15:59:55
2
3 Modified: multilib.xml
4 Log:
5 Tell users to set I_READ_THE_MULTILIB_MIGRATION_GUIDE
6
7 Revision Changes Path
8 1.2 xml/htdocs/proj/en/base/sparc/multilib.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/sparc/multilib.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/sparc/multilib.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/sparc/multilib.xml?r1=1.1&r2=1.2
13
14 Index: multilib.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/sparc/multilib.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- multilib.xml 31 Dec 2008 15:17:33 -0000 1.1
21 +++ multilib.xml 31 Dec 2008 15:59:55 -0000 1.2
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/sparc/multilib.xml,v 1.1 2008/12/31 15:17:33 bluebird Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/sparc/multilib.xml,v 1.2 2008/12/31 15:59:55 bluebird Exp $ -->
27
28 <guide link="/doc/en/guide.xml" lang="en">
29 <title>Gentoo Linux SPARC Multilib Migration Guide</title>
30 @@ -152,6 +152,26 @@
31 </section>
32
33 <section>
34 +<title>Confirm that you read this guide</title>
35 +<body>
36 +
37 +<p>
38 +If someone would switch to the multilib profile without reading this guide,
39 +his/her system would break. To prevent that you need to confirm that you read
40 +this by adding <e>I_READ_THE_MULTILIB_MIGRATION_GUIDE</e> to your
41 +<path>/etc/make.conf</path>.
42 +</p>
43 +
44 +<pre caption="Edit make.conf">
45 +$ <i>nano -w /etc/make.conf</i>
46 +<comment>(Add this at the end of the file)</comment>
47 +I_READ_THE_MULTILIB_MIGRATION_GUIDE="yes"
48 +</pre>
49 +
50 +</body>
51 +</section>
52 +
53 +<section>
54 <title>Rename lib to lib32</title>
55 <body>