Changeset f14f7c2 for BOOK/temp-system


Ignore:
Timestamp:
Apr 24, 2011, 10:01:38 AM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Children:
d66ee74
Parents:
69fa5e6
Message:

Revert "Remove the test part."

This reverts commit 69fa5e6b525bc9edb1de06af31f3e6f14fe4180a.

Location:
BOOK/temp-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/bash.xml

    r69fa5e6 rf14f7c2  
    1515    <secondary>temporary system</secondary>
    1616  </indexterm>
    17 <!--
     17
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    1919  href="../../final-system/common/bash.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    21 -->
     21
    2222  <sect2 role="installation">
    2323    <title>Installation of Bash</title>
    24 <!--
     24
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="../../final-system/common/bash.xml"
     
    3030    href="../../final-system/common/bash.xml"
    3131    xpointer="xpointer(//*[@os='p2'])"/>
    32 -->
     32
    3333    <para os="t1">When Bash is cross-compiled, it cannot test for the presence
    3434    of named pipes, among other things. If you used <command>su</command> to
     
    5353gt_cv_int_divbyzero_sigfpe=yes
    5454EOF</userinput></screen>
    55 <!--
     55
    5656    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5757    href="../../final-system/common/bash.xml"
    5858    xpointer="xpointer(//*[@os='a'])"/>
    59 -->
     59
    6060<screen os="b"><userinput>./configure --prefix=/tools \
    6161    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     
    7676
    7777    </variablelist>
    78 <!--
     78
    7979    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8080    href="../../final-system/common/bash.xml"
     
    8888    href="../../final-system/common/bash.xml"
    8989    xpointer="xpointer(//*[@os='g'])"/>
    90 -->
     90
    9191<screen os="h"><userinput>make install</userinput></screen>
    9292
     
    9797
    9898  </sect2>
    99 <!--
     99
    100100  <sect2 role="content">
    101101    <title/>
    102102
    103103    <para>Details on this package are located in <xref
    104     linkend="ch-system-bash-contents" role="."/></para>
     104    linkend="contents-bash" role="."/></para>
    105105
    106106  </sect2>
    107 -->
     107
    108108</sect1>
  • BOOK/temp-system/multilib/bash.xml

    r69fa5e6 rf14f7c2  
    1515    <secondary>temporary system</secondary>
    1616  </indexterm>
    17 <!--
     17
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    1919  href="../../final-system/common/bash.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    21 -->
     21
    2222  <sect2 role="installation">
    2323    <title>Installation of Bash</title>
    24 <!--
     24
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="../common/bash.xml"
     
    4242    href="../common/bash.xml"
    4343    xpointer="xpointer(//*[@os='a'])"/>
    44 -->
     44
    4545<screen os="b"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    4646   ./configure --prefix=/tools \
    4747   --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4848   --without-bash-malloc --cache-file=config.cache</userinput></screen>
    49 <!--
     49
    5050    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5151    href="../common/bash.xml"
     
    7575    href="../common/bash.xml"
    7676    xpointer="xpointer(//*[@os='t4'])"/>
    77 -->
     77
    7878  </sect2>
    79 <!--
     79
    8080  <sect2 role="content">
    8181    <title/>
     
    8585
    8686  </sect2>
    87 -->
     87
    8888</sect1>
Note: See TracChangeset for help on using the changeset viewer.