Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-linux.xml
Date: Fri, 25 Apr 2008 10:53:15
Message-Id: E1JpLYH-0008W9-56@stork.gentoo.org
1 grobian 08/04/25 10:53:13
2
3 Modified: bootstrap-linux.xml
4 Log:
5 emerge an m4 that doesn't depend on lzma (which depends on autotools) such that we don't get a nice dependency cycle
6
7 Revision Changes Path
8 1.23 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml?rev=1.23&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml?rev=1.23&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml?r1=1.22&r2=1.23
13
14 Index: bootstrap-linux.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml,v
17 retrieving revision 1.22
18 retrieving revision 1.23
19 diff -u -r1.22 -r1.23
20 --- bootstrap-linux.xml 12 Apr 2008 08:58:25 -0000 1.22
21 +++ bootstrap-linux.xml 25 Apr 2008 10:53:12 -0000 1.23
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/gentoo-alt/prefix/bootstrap-linux.xml,v 1.22 2008/04/12 08:58:25 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml,v 1.23 2008/04/25 10:53:12 grobian Exp $ -->
27
28 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-linux.xml" lang="en">
29 <title>Gentoo Prefix Bootstrap Process for Linux</title>
30 @@ -19,8 +19,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 - <version>1.7</version>
35 - <date>2008-04-12</date>
36 + <version>1.8</version>
37 + <date>2008-04-25</date>
38
39 <chapter>
40 <title>Bootstrapping on Linux</title>
41 @@ -184,6 +184,7 @@
42 some decent core utilities in our prefix.
43 </p>
44 <pre caption="emerge coreutils">
45 +$ <i>emerge --oneshot "&lt;m4-1.4.11"</i>
46 $ <i>emerge --oneshot gnuconfig</i>
47 $ <i>emerge --oneshot lzma-utils</i>
48 $ <i>emerge --oneshot --nodeps sys-apps/coreutils</i>
49
50
51
52 --
53 gentoo-commits@l.g.o mailing list