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/util-linux.xml

    r811b5a39 r6dfcfecc  
    3333
    3434      <seglistitem>
    35         <seg>&util-linux-ch6-sbu;</seg>
    36         <seg>&util-linux-ch6-du;</seg>
     35        <seg>&util-linux-fin-sbu;</seg>
     36        <seg>&util-linux-fin-du;</seg>
    3737      </seglistitem>
    3838    </segmentedlist>
     
    5050
    5151<screen><userinput remap="pre">mkdir -pv /var/lib/hwclock</userinput></screen>
    52 
    53     <para>Remove the earlier created symlinks and files:</para>
    54 
    55 <screen><userinput remap="pre">rm -vf /usr/include/{blkid,libfdisk,libmount,uuid}
    56 rm -vf /usr/lib/lib{blkid,fdisk,mount,uuid}.so*
    57 rm -vf /usr/lib/pkgconfig/{blkid,fdisk,mount,uuid}.pc</userinput></screen>
    5852
    5953    <para>Prepare Util-linux for compilation:</para>
     
    9791    <warning><para>Running the test suite as the root user can be harmful to
    9892    your system.  To run it, the CONFIG_SCSI_DEBUG option for the kernel must
    99     be available in the currently running system, and must be built as a
     93    be available in the currently running system and must be built as a
    10094    module.  Building it into the kernel will prevent booting.  For complete
    10195    coverage, other BLFS packages must be installed.  If desired, this test can
     
    114108  </sect2>
    115109
    116   <!-- ~~~~~~~~~~~~~~~~~~~~ ABI 32 ~~~~~~~~~~~~~~~~~~~~ -->
     110  <!-- - - - - - - - - - -->
     111  <!-- Multilib - 32bit  -->
     112  <!-- - - - - - - - - - -->
    117113 
    118114  <sect2 arch="ml_32,ml_all" role="installation">
     
    138134            --without-python         \
    139135            --without-systemd        \
    140             --libdir=/usr/lib32      \
     136            --libdir=&usr-lib-m32;      \
    141137            --host=i686-pc-linux-gnu \
    142138            --without-systemdsystemunitdir \
     
    155151            --disable-static         \
    156152            --without-python         \
    157             --libdir=/usr/lib32      \
     153            --libdir=&usr-lib-m32;      \
    158154            --host=i686-pc-linux-gnu \
    159155            --enable-libmount-force-mountinfo</userinput></screen>
     
    166162
    167163<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
    168 cp -Rv DESTDIR/usr/lib32/* /usr/lib32
     164cp -Rv DESTDIR&usr-lib-m32;/* &usr-lib-m32;
    169165rm -rf DESTDIR</userinput></screen>
    170166
    171   </sect2>
    172 
    173   <!-- ~~~~~~~~~~~~~~~~~~~~ ABI x32 ~~~~~~~~~~~~~~~~~~~~ -->
     167  </sect2><!-- m32 -->
     168
     169  <!-- - - - - - - - - - -->
     170  <!-- Multilib - x32bit -->
     171  <!-- - - - - - - - - - -->
    174172 
    175173  <sect2 arch="ml_x32,ml_all" role="installation">
     
    196194            --without-systemd    \
    197195            --without-systemdsystemunitdir \
    198             --libdir=/usr/libx32 \
     196            --libdir=&usr-lib-mx32; \
    199197            --host=x86_64-pc-linux-gnux32 \
    200198            --enable-libmount-force-mountinfo</userinput></screen>
     
    212210            --disable-static     \
    213211            --without-python     \
    214             --libdir=/usr/libx32 \
     212            --libdir=&usr-lib-mx32; \
    215213            --host=x86_64-pc-linux-gnux32 \
    216214            --enable-libmount-force-mountinfo</userinput></screen>
     
    223221
    224222<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
    225 cp -Rv DESTDIR/usr/libx32/* /usr/libx32
     223cp -Rv DESTDIR&usr-lib-mx32;/* &usr-lib-mx32;
    226224rm -rf DESTDIR</userinput></screen>
    227225
    228   </sect2>
     226  </sect2><!-- mx32 -->
    229227
    230228  <sect2 id="contents-utillinux" role="content">
Note: See TracChangeset for help on using the changeset viewer.