Ignore:
Timestamp:
03/31/2021 10:41:39 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
7610848
Parents:
811b5a39
git-author:
Thomas Trepl <thomas@…> (06/29/2020 07:55:01 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:39 AM)
Message:

Update to new lfs structure

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • chapter08/expat.xml

    r811b5a39 r6dfcfecc  
    3232
    3333      <seglistitem>
    34         <seg>&expat-ch6-sbu;</seg>
    35         <seg>&expat-ch6-du;</seg>
     34        <seg>&expat-fin-sbu;</seg>
     35        <seg>&expat-fin-du;</seg>
    3636      </seglistitem>
    3737    </segmentedlist>
     
    4141  <sect2 role="installation">
    4242    <title>Installation of Expat</title>
    43 
    44     <para>First fix a problem with the regression tests in the LFS environment:</para>
    45 
    46 <screen><userinput remap="pre">sed -i 's|usr/bin/env |bin/|' run.sh.in</userinput></screen>
    4743
    4844    <para>Prepare Expat for compilation:</para>
     
    7066  </sect2>
    7167
    72   <!-- ~~~~~~~~~~~~~~~~~~~~ ABI 32 ~~~~~~~~~~~~~~~~~~~~ -->
     68  <!-- - - - - - - - - - -->
     69  <!-- Multilib - 32bit  -->
     70  <!-- - - - - - - - - - -->
    7371 
    7472  <sect2 arch="ml_32,ml_all" role="installation">
    75     <title>Installation of Expat - 32-bit</title>
     73    <title>Installation of Expat - 32bit</title>
    7674
    7775    <para>Clean previous build but keep precompiled doc because it
     
    8583<screen><userinput remap="configure">CC="gcc -m32" ./configure \
    8684    --prefix=/usr         \
    87     --libdir=/usr/lib32   \
     85    --libdir=&usr-lib-m32;  \
    8886    --host=i686-pc-linux-gnu</userinput></screen>
    8987
     
    9593
    9694<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
    97 cp -Rv DESTDIR/usr/lib32/* /usr/lib32
     95cp -Rv DESTDIR&usr-lib-m32;/* &usr-lib-m32;
    9896rm -rf DESTDIR</userinput></screen>
    9997
    100   </sect2>
     98  </sect2><!-- m32 -->
    10199
    102   <!-- ~~~~~~~~~~~~~~~~~~~~ ABI x32 ~~~~~~~~~~~~~~~~~~~~ -->
     100  <!-- - - - - - - - - - -->
     101  <!-- Multilib - x32bit -->
     102  <!-- - - - - - - - - - -->
    103103 
    104104  <sect2 arch="ml_x32,ml_all" role="installation">
    105     <title>Installation of Expat - x32-bit</title>
     105    <title>Installation of Expat - x32bit</title>
    106106
    107     <para>Clean previous build:</para>
     107    <para>Clean previous build but keep precompiled doc because it
     108    cannot be rebuilt in this stage of the system:</para>
    108109
    109110<screen><userinput remap="pre">sed -e "/^am__append_1/ s/doc//" -i Makefile
     
    113114
    114115<screen><userinput remap="configure">CC="gcc -mx32" ./configure \
    115     --prefix=/usr          \
    116     --libdir=/usr/libx32  \
     116    --prefix=/usr         \
     117    --libdir=&usr-lib-mx32; \
    117118    --host=x86_64-pc-linux-gnux32</userinput></screen>
    118119
     
    124125
    125126<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
    126 cp -Rv DESTDIR/usr/libx32/* /usr/libx32
     127cp -Rv DESTDIR&usr-lib-mx32;/* &usr-lib-mx32;
    127128rm -rf DESTDIR</userinput></screen>
    128129
    129   </sect2>
     130  </sect2><!-- mx32 -->
    130131
    131132  <sect2 id="contents-expat" role="content">
Note: See TracChangeset for help on using the changeset viewer.