Changeset d7e0db5 for chapter06


Ignore:
Timestamp:
03/31/2021 10:41:40 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
ee1eb70
Parents:
4ea78e0
git-author:
Thomas Trepl <thomas@…> (08/23/2020 08:15:14 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:40 AM)
Message:

Merge changes from trunk to multilib

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

Location:
chapter06
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bash.xml

    r4ea78e0 rd7e0db5  
    7575<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
    7676
    77     <para>Move the excutable to where it is expected:</para>
     77    <para>Move the executable to where it is expected:</para>
    7878
    7979<screen><userinput remap="install">mv $LFS/usr/bin/bash $LFS/bin/bash</userinput></screen>
  • chapter06/findutils.xml

    r4ea78e0 rd7e0db5  
    5858<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
    5959
    60     <para>Move the excutable to its final expected location:</para>
     60    <para>Move the executable to its final expected location:</para>
    6161
    6262<screen><userinput remap="install">mv -v $LFS/usr/bin/find $LFS/bin
  • chapter06/gcc-pass2.xml

    r4ea78e0 rd7e0db5  
    6666  ;;
    6767esac</userinput></screen>
    68 <!--
     68
    6969    <para arch="ml_32,ml_x32,ml_all">Change the default directory name for
    7070    libraries:</para>
     
    7373    -e '/m32=/s/m32=.*/m32=..\&lib-m32;$(call if_multiarch,:i386-linux-gnu)/' \
    7474    -i.orig gcc/config/i386/t-linux64</userinput></screen>
    75 
     75<!--
    7676<screen><userinput remap="pre">patch -Np1 -i ../&gcc-cross-patch;</userinput></screen>
    7777-->
     
    153153          <para>This option is automatically enabled when building a native
    154154          compiler with a native compiler on x86. But here, we build with
    155           a cross compiler, so we need to explicitely set this option.</para>
     155          a cross compiler, so we need to explicitly set this option.</para>
    156156        </listitem>
    157157      </varlistentry>
  • chapter06/gzip.xml

    r4ea78e0 rd7e0db5  
    5656<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
    5757
    58     <para>Move the excutable to its final expected location:</para>
     58    <para>Move the executable to its final expected location:</para>
    5959
    6060<screen><userinput remap="install">mv -v $LFS/usr/bin/gzip $LFS/bin</userinput></screen>
  • chapter06/introduction.xml

    r4ea78e0 rd7e0db5  
    2525  together with building as root, may render your computer unusable.
    2626  This whole chapter must be done as user <systemitem
    27   class="username">lfs</systemitem>, with the enviroment as described in
     27  class="username">lfs</systemitem>, with the environment as described in
    2828  <xref linkend="ch-preps-settingenviron"/>.</para>
    2929
Note: See TracChangeset for help on using the changeset viewer.