Ignore:
Timestamp:
Apr 2, 2014, 7:27:28 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5c7e6a7
Parents:
72d6a1b
Message:

Add test suite commands and sed for doc install with version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/attr-64bit.xml

    r72d6a1b r4c1c923  
    2323
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    25     href="../common/attr.xml"
    26     xpointer="xpointer(//*[@os='a'])"/>
     25  href="../common/attr.xml"
     26  xpointer="xpointer(//*[@os='a'])"/>
    2727
    28 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure \
     28  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     29  href="../common/attr.xml"
     30  xpointer="xpointer(//*[@os='b'])"/>
     31
     32  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     33  href="../common/attr.xml"
     34  xpointer="xpointer(//*[@os='c'])"/>
     35
     36<screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure \
    2937    --prefix=/usr --libdir=/lib64 \
    3038    --libexecdir=/usr/lib64</userinput></screen>
    3139
    3240  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    33     href="../common/attr.xml"
    34     xpointer="xpointer(//*[@os='c'])"/>
     41  href="../common/attr.xml"
     42  xpointer="xpointer(//*[@os='e'])"/>
    3543
    3644  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    37     href="../common/attr.xml"
    38     xpointer="xpointer(//*[@os='d'])"/>
     45  href="../common/attr.xml"
     46  xpointer="xpointer(//*[@os='f'])"/>
    3947
    4048  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    41     href="../common/attr.xml"
    42     xpointer="xpointer(//*[@os='e'])"/>
     49  href="../common/attr.xml"
     50  xpointer="xpointer(//*[@os='g'])"/>
    4351
    4452  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    45     href="../common/attr.xml"
    46     xpointer="xpointer(//*[@os='f'])"/>
     53  href="../common/attr.xml"
     54  xpointer="xpointer(//*[@os='h'])"/>
    4755
    4856  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    49     href="../common/attr.xml"
    50     xpointer="xpointer(//*[@os='g'])"/>
     57  href="../common/attr.xml"
     58  xpointer="xpointer(//*[@os='i'])"/>
    5159
    52     <para os="h">Recreate the symlink in <filename class="directory">/usr/lib64</filename> and remove the shared link from <filename class="directory">/lib64</filename>:</para>
     60    <para os="j">Recreate the symlink in <filename class="directory">/usr/lib64
     61    </filename> and remove the shared link from <filename class="directory">
     62    /lib64</filename>:</para>
    5363
    54 <screen os="i"><userinput>
     64  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     65  href="../common/attr.xml"
     66  xpointer="xpointer(//*[@os='k'])"/>
     67
     68<screen os="l"><userinput>
    5569ln -sfv ../../lib64/$(readlink /lib64/libattr.so) /usr/lib64/libattr.so
    5670rm -v /lib64/libattr.so</userinput></screen>
    5771
    5872  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    59     href="../common/attr.xml"
    60     xpointer="xpointer(//*[@os='j'])"/>
     73  href="../common/attr.xml"
     74  xpointer="xpointer(//*[@os='m'])"/>
    6175
    62 <screen os="k"><userinput>chmod 755 -v /lib64/libattr.so.1.1.0</userinput></screen>
     76<screen os="n"><userinput>chmod 755 -v /lib64/libattr.so.1.1.0</userinput></screen>
    6377
    6478  </sect2>
Note: See TracChangeset for help on using the changeset viewer.