nightmorph    06/10/17 02:28:45

  Modified:             hb-working-features.xml
  Log:
  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.

Revision  Changes    Path
1.32                 xml/htdocs/doc/en/handbook/hb-working-features.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.32&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.32&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?r1=1.31&r2=1.32

Index: hb-working-features.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- hb-working-features.xml     1 Dec 2005 18:46:18 -0000       1.31
+++ hb-working-features.xml     17 Oct 2006 02:28:45 -0000      1.32
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.31 
2005/12/01 18:46:18 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.32 
2006/10/17 02:28:45 nightmorph Exp $ -->
 
 <sections>
 
-<version>1.28</version>
-<date>2005-12-01</date>
+<version>1.29</version>
+<date>2006-10-16</date>
 
 <section>
 <title>Portage Features</title>
@@ -197,13 +197,13 @@
 
 <p>
 If you would like to use ccache for non-Portage compilations, add
-<path>/usr/lib/ccache/bin</path> to the beginning of your PATH variable 
-(before <path>/usr/bin</path>). This can be accomplished by editing
-<path>/etc/env.d/00basic</path>, which is the first environment file that
-defines the <c>PATH</c> variable:
+<path>/usr/lib/ccache/bin</path> to the beginning of your PATH variable (before
+<path>/usr/bin</path>). This can be accomplished by editing
+<path>.bash_profile</path> in your user's home directory. Using
+<path>.bash_profile</path> is one way to define PATH variables.
 </p>
 
-<pre caption="Editing /etc/env.d/00basic">
+<pre caption="Editing .bash_profile">
 PATH="<i>/usr/lib/ccache/bin</i>:/opt/bin"
 </pre>
 



-- 
[email protected] mailing list

Reply via email to