Gentoo Archives: gentoo-commits

From: "Davide Cendron (scen)" <scen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/it: gentoo-sparc-faq.xml
Date: Thu, 07 Jan 2010 21:35:09
Message-Id: E1NT00W-0003XF-Kp@stork.gentoo.org
1 scen 10/01/07 21:35:04
2
3 Modified: gentoo-sparc-faq.xml
4 Log:
5 Version 1.11, revision 1.18 of EN CVS
6
7 Revision Changes Path
8 1.14 xml/htdocs/doc/it/gentoo-sparc-faq.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/gentoo-sparc-faq.xml?rev=1.14&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/gentoo-sparc-faq.xml?rev=1.14&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/gentoo-sparc-faq.xml?r1=1.13&r2=1.14
13
14 Index: gentoo-sparc-faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/gentoo-sparc-faq.xml,v
17 retrieving revision 1.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- gentoo-sparc-faq.xml 21 Dec 2009 22:47:17 -0000 1.13
21 +++ gentoo-sparc-faq.xml 7 Jan 2010 21:35:04 -0000 1.14
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/doc/it/gentoo-sparc-faq.xml,v 1.13 2009/12/21 22:47:17 scen Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/gentoo-sparc-faq.xml,v 1.14 2010/01/07 21:35:04 scen Exp $ -->
27
28 <guide lang="it">
29 <title>Gentoo Linux/SPARC: Domande frequenti (FAQ)</title>
30 @@ -25,8 +25,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.10</version>
35 -<date>2009-12-14</date>
36 +<version>1.11</version>
37 +<date>2009-12-29</date>
38
39 <faqindex>
40 <title>Domande</title>
41 @@ -511,8 +511,9 @@
42 </p>
43
44 <pre caption="Compilazione del kernel Gentoo/SPARC >=2.6.25">
45 -make CROSS_COMPILE=sparc64-unknown-linux-gnu-
46 -make CROSS_COMPILE=sparc64-unknown-linux-gnu- image modules_install
47 +# <i>cd /usr/src/linux</i>
48 +# <i>make CROSS_COMPILE=sparc64-unknown-linux-gnu-</i>
49 +# <i>make CROSS_COMPILE=sparc64-unknown-linux-gnu- image modules_install</i>
50 </pre>
51
52 </body>