Ignore:
Timestamp:
09/25/2020 08:04:54 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
3b3d052
Parents:
35e5addf
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12048 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter04/settingenviron.xml

    r35e5addf rc69f870  
    4747if [ ! -L /bin ]; then PATH=/bin:$PATH; fi
    4848PATH=$LFS/tools/bin:$PATH
    49 export LFS LC_ALL LFS_TGT PATH</literal>
     49CONFIG_SITE=$LFS/usr/share/config.site
     50export LFS LC_ALL LFS_TGT PATH CONFIG_SITE</literal>
    5051EOF</userinput></screen>
    5152<screen arch="ml_32,ml_x32,ml_all"><userinput>cat &gt; ~/.bashrc &lt;&lt; "EOF"
     
    158159
    159160    <varlistentry>
    160       <term><parameter>export LFS LC_ALL LFS_TGT PATH</parameter></term>
     161      <term><parameter>CONFIG_SITE=$LFS/usr/share/config.site</parameter></term>
     162      <listitem>
     163  <para>In <xref linkend="chapter-cross-tools"/> and
     164  <xref linkend="chapter-temporary-tools"/>, if this variable is not set,
     165  <command>configure</command> scripts
     166  may attempt to load configuration items specific to some distributions from
     167  <filename>/usr/share/config.site</filename> on the host system. Override
     168  it to prevent potential contamination from the host.</para>
     169      </listitem>
     170    </varlistentry>
     171
     172    <varlistentry>
     173      <term><parameter>export ...</parameter></term>
    161174      <listitem>
    162175        <para>While the above commands have set some variables, in order
Note: See TracChangeset for help on using the changeset viewer.