Changeset 37e35d2 for chapter08/attr.xml


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/attr.xml

    rd4fdde6 r37e35d2  
    3232
    3333      <seglistitem>
    34         <seg>&attr-ch6-sbu;</seg>
    35         <seg>&attr-ch6-du;</seg>
     34        <seg>&attr-fin-sbu;</seg>
     35        <seg>&attr-fin-du;</seg>
    3636      </seglistitem>
    3737    </segmentedlist>
     
    7979  </sect2>
    8080
    81   <!-- ~~~~~~~~~~~~~~~~~~~~ ABI 32 ~~~~~~~~~~~~~~~~~~~~ -->
     81  <!-- - - - - - - - - - -->
     82  <!-- Multilib - 32bit  -->
     83  <!-- - - - - - - - - - -->
    8284 
    8385  <sect2 arch="ml_32,ml_all" role="installation">
    84     <title>Installation of Attr - 32-bit</title>
     86    <title>Installation of Attr - 32bit</title>
    8587
    8688    <para>Clean previous build:</para>
     
    8890<screen><userinput remap="pre">make distclean</userinput></screen>
    8991
    90     <para>Prepare Attr for compilation:</para>
     92    <para>Prepare Xz for compilation:</para>
    9193
    9294<screen><userinput remap="configure">CC="gcc -m32" ./configure \
    9395    --prefix=/usr         \
    9496    --disable-static      \
    95     --libdir=/usr/lib32  \
     97    --libdir=&usr-lib-m32; \
    9698    --host=i686-pc-linux-gnu</userinput></screen>
    9799
     
    102104    <para>Install the package:</para>
    103105
    104 <screen><userinput remap="install">make DESTDIR=$(pwd)/DESTDIR install
    105 cp -Rv DESTDIR/usr/lib32/* /usr/lib32
     106<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
     107cp -Rv DESTDIR&usr-lib-m32;/* &usr-lib-m32;
    106108rm -rf DESTDIR</userinput></screen>
    107109
    108   </sect2>
    109 
    110   <!-- ~~~~~~~~~~~~~~~~~~~~ ABI x32 ~~~~~~~~~~~~~~~~~~~~ -->
     110  </sect2><!-- m32 -->
     111
     112  <!-- - - - - - - - - - -->
     113  <!-- Multilib - x32bit -->
     114  <!-- - - - - - - - - - -->
    111115 
    112116  <sect2 arch="ml_x32,ml_all" role="installation">
    113     <title>Installation of Attr - x32-bit</title>
     117    <title>Installation of Attr - x32bit</title>
    114118
    115119    <para>Clean previous build:</para>
     
    117121<screen><userinput remap="pre">make distclean</userinput></screen>
    118122
    119     <para>Prepare Attr for compilation:</para>
     123    <para>Prepare Xz for compilation:</para>
    120124
    121125<screen><userinput remap="configure">CC="gcc -mx32" ./configure \
    122126    --prefix=/usr          \
    123127    --disable-static       \
    124     --libdir=/usr/libx32   \
     128    --libdir=&usr-lib-mx32;   \
    125129    --host=x86_64-pc-linux-gnux32</userinput></screen>
    126130
     
    131135    <para>Install the package:</para>
    132136
    133 <screen><userinput remap="install">make DESTDIR=$(pwd)/DESTDIR install
    134 cp -Rv DESTDIR/usr/libx32/* /usr/libx32
     137<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
     138cp -Rv DESTDIR&usr-lib-mx32;/* &usr-lib-mx32;
    135139rm -rf DESTDIR</userinput></screen>
    136140
    137   </sect2>
     141  </sect2><!-- mx32 -->
    138142
    139143  <sect2 id="contents-attr" role="content">
Note: See TracChangeset for help on using the changeset viewer.