| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v 1.6 2004/03/01 05:43:42 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v 1.7 2004/08/02 20:07:02 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>Environment Variables?</title> |
11 | <title>Environment Variables?</title> |
| 12 | <subsection> |
12 | <subsection> |
| … | |
… | |
| 158 | For instance, when you installed <c>gcc</c>, a file called <path>05gcc</path> |
158 | For instance, when you installed <c>gcc</c>, a file called <path>05gcc</path> |
| 159 | was created by the ebuild which contains the definitions of the following |
159 | was created by the ebuild which contains the definitions of the following |
| 160 | variables: |
160 | variables: |
| 161 | </p> |
161 | </p> |
| 162 | |
162 | |
| 163 | <pre caption="/etc/conf.d/05gcc"> |
163 | <pre caption="/etc/env.d/05gcc"> |
| 164 | PATH="/usr/i686-pc-linux-gnu/gcc-bin/3.2" |
164 | PATH="/usr/i686-pc-linux-gnu/gcc-bin/3.2" |
| 165 | ROOTPATH="/usr/i686-pc-linux-gnu/gcc-bin/3.2" |
165 | ROOTPATH="/usr/i686-pc-linux-gnu/gcc-bin/3.2" |
| 166 | MANPATH="/usr/share/gcc-data/i686-pc-linux-gnu/3.2/man" |
166 | MANPATH="/usr/share/gcc-data/i686-pc-linux-gnu/3.2/man" |
| 167 | INFOPATH="/usr/share/gcc-data/i686-pc-linux-gnu/3.2/info" |
167 | INFOPATH="/usr/share/gcc-data/i686-pc-linux-gnu/3.2/info" |
| 168 | CC="gcc" |
168 | CC="gcc" |