Changeset df77b24 for chapter04/settingenviron.xml
- Timestamp:
- 09/04/2020 07:38:44 AM (3 years ago)
- Branches:
- 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- a2d41cf2
- Parents:
- b6e393b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter04/settingenviron.xml
rb6e393b rdf77b24 47 47 if [ ! -L /bin ]; then PATH=/bin:$PATH; fi 48 48 PATH=$LFS/tools/bin:$PATH 49 export LFS LC_ALL LFS_TGT PATH</literal> 49 CONFIG_SITE=$LFS/usr/share/config.site 50 export LFS LC_ALL LFS_TGT PATH CONFIG_SITE</literal> 50 51 EOF</userinput></screen> 51 52 … … 145 146 146 147 <varlistentry> 147 <term><parameter>export LFS LC_ALL LFS_TGT PATH</parameter></term> 148 <term><parameter>CONFIG_SITE=$LFS/usr/share/config.site</parameter></term> 149 <listitem> 150 <para>In <xref linkend="chapter-cross-tools"/> and 151 <xref linkend="chapter-temporary-tools"/>, if this variable is not set, 152 <command>configure</command> scripts 153 will attempt to load configuration from 154 <filename>/usr/share/config.site</filename> of the host system. Override 155 it to prevent potential contamination from host.</para> 156 </listitem> 157 </varlistentry> 158 159 <varlistentry> 160 <term><parameter>export ...</parameter></term> 148 161 <listitem> 149 162 <para>While the above commands have set some variables, in order
Note:
See TracChangeset
for help on using the changeset viewer.