Ignore:
Timestamp:
06/29/2020 07:55:01 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
c4804e8
Parents:
d4fdde6
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/eudev.xml

    rd4fdde6 r37e35d2  
    3232
    3333      <seglistitem>
    34         <seg>&eudev-ch6-sbu;</seg>
    35         <seg>&eudev-ch6-du;</seg>
     34        <seg>&eudev-fin-sbu;</seg>
     35        <seg>&eudev-fin-du;</seg>
    3636      </seglistitem>
    3737    </segmentedlist>
     
    9090  </sect2>
    9191
    92   <!-- ~~~~~~~~~~~~~~~~~~~~ ABI 32 ~~~~~~~~~~~~~~~~~~~~ -->
     92  <!-- - - - - - - - - - -->
     93  <!-- Multilib - 32bit  -->
     94  <!-- - - - - - - - - - -->
    9395 
    9496  <sect2 arch="ml_32,ml_all" role="installation">
    95     <title>Installation of Eudev - 32-bit</title>
     97    <title>Installation of Eudev - 32bit</title>
    9698
    9799    <para>Clean previous build:</para>
     
    106108            --bindir=/sbin               \
    107109            --sbindir=/sbin              \
    108             --libdir=/usr/lib32          \
     110            --libdir=&usr-lib-m32;          \
    109111            --sysconfdir=/etc            \
    110             --libexecdir=/lib32          \
     112            --libexecdir=&lib-m32;          \
    111113            --with-rootprefix=           \
    112             --with-rootlibdir=/usr/lib32 \
     114            --with-rootlibdir=&usr-lib-m32; \
    113115            --disable-manpages           \
    114116            --disable-static             \
     
    122124
    123125<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
    124 cp -Rv DESTDIR/usr/lib32/* /usr/lib32
     126cp -Rv DESTDIR&usr-lib-m32;/* &usr-lib-m32;
    125127rm -rf DESTDIR</userinput></screen>
    126128
    127   </sect2>
    128  
    129   <!-- ~~~~~~~~~~~~~~~~~~~~ ABI x32 ~~~~~~~~~~~~~~~~~~~~ -->
     129  </sect2><!-- m32 -->
     130
     131  <!-- - - - - - - - - - -->
     132  <!-- Multilib - x32bit -->
     133  <!-- - - - - - - - - - -->
    130134 
    131135  <sect2 arch="ml_x32,ml_all" role="installation">
    132     <title>Installation of Eudev - x32-bit</title>
     136    <title>Installation of Eudev - x32bit</title>
    133137
    134138    <para>Clean previous build:</para>
     
    139143
    140144<screen><userinput remap="configure">CC="gcc -mx32" \
    141 ./configure --prefix=/usr                 \
    142             --bindir=/sbin                \
    143             --sbindir=/sbin               \
    144             --libdir=/usr/libx32          \
    145             --sysconfdir=/etc             \
    146             --libexecdir=/libx32          \
    147             --with-rootprefix=            \
    148             --with-rootlibdir=/usr/libx32 \
    149             --disable-manpages            \
    150             --disable-static              \
     145./configure --prefix=/usr                \
     146            --bindir=/sbin               \
     147            --sbindir=/sbin              \
     148            --libdir=&usr-lib-mx32;          \
     149            --sysconfdir=/etc            \
     150            --libexecdir=&lib-mx32;         \
     151            --with-rootprefix=           \
     152            --with-rootlibdir=&usr-lib-mx32; \
     153            --disable-manpages           \
     154            --disable-static             \
    151155            --config-cache</userinput></screen>
    152156
     
    158162
    159163<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
    160 cp -Rv DESTDIR/usr/libx32/* /usr/libx32
     164cp -Rv DESTDIR&usr-lib-mx32;/* &usr-lib-mx32;
    161165rm -rf DESTDIR</userinput></screen>
    162166
    163   </sect2>
    164  
     167  </sect2><!-- mx32 -->
     168
    165169  <sect2 id="conf-eudev" role="configuration">
    166170    <title>Configuring Eudev</title>
Note: See TracChangeset for help on using the changeset viewer.