Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-working-features.xml
Date: Tue, 17 Oct 2006 02:28:58
Message-Id: 20061017022846.2BFC864718@smtp.gentoo.org
1 nightmorph 06/10/17 02:28:45
2
3 Modified: hb-working-features.xml
4 Log:
5 Fixed non-portage ccache paragraph, related to bug 151083, and per vapier and lisa's advice on IRC. PATH in 00basic is a big no-no.
6
7 Revision Changes Path
8 1.32 xml/htdocs/doc/en/handbook/hb-working-features.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.32&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.32&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?r1=1.31&r2=1.32
13
14 Index: hb-working-features.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v
17 retrieving revision 1.31
18 retrieving revision 1.32
19 diff -u -r1.31 -r1.32
20 --- hb-working-features.xml 1 Dec 2005 18:46:18 -0000 1.31
21 +++ hb-working-features.xml 17 Oct 2006 02:28:45 -0000 1.32
22 @@ -4,12 +4,12 @@
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-working-features.xml,v 1.31 2005/12/01 18:46:18 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.32 2006/10/17 02:28:45 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>1.28</version>
32 -<date>2005-12-01</date>
33 +<version>1.29</version>
34 +<date>2006-10-16</date>
35
36 <section>
37 <title>Portage Features</title>
38 @@ -197,13 +197,13 @@
39
40 <p>
41 If you would like to use ccache for non-Portage compilations, add
42 -<path>/usr/lib/ccache/bin</path> to the beginning of your PATH variable
43 -(before <path>/usr/bin</path>). This can be accomplished by editing
44 -<path>/etc/env.d/00basic</path>, which is the first environment file that
45 -defines the <c>PATH</c> variable:
46 +<path>/usr/lib/ccache/bin</path> to the beginning of your PATH variable (before
47 +<path>/usr/bin</path>). This can be accomplished by editing
48 +<path>.bash_profile</path> in your user's home directory. Using
49 +<path>.bash_profile</path> is one way to define PATH variables.
50 </p>
51
52 -<pre caption="Editing /etc/env.d/00basic">
53 +<pre caption="Editing .bash_profile">
54 PATH="<i>/usr/lib/ccache/bin</i>:/opt/bin"
55 </pre>
56
57
58
59
60 --
61 gentoo-doc-cvs@g.o mailing list