Changeset f14f7c2 for BOOK/temp-system
- Timestamp:
- Apr 24, 2011, 10:01:38 AM (14 years ago)
- Children:
- d66ee74
- Parents:
- 69fa5e6
- Location:
- BOOK/temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/bash.xml
r69fa5e6 rf14f7c2 15 15 <secondary>temporary system</secondary> 16 16 </indexterm> 17 <!-- 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 19 19 href="../../final-system/common/bash.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 --> 21 22 22 <sect2 role="installation"> 23 23 <title>Installation of Bash</title> 24 <!-- 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="../../final-system/common/bash.xml" … … 30 30 href="../../final-system/common/bash.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 --> 32 33 33 <para os="t1">When Bash is cross-compiled, it cannot test for the presence 34 34 of named pipes, among other things. If you used <command>su</command> to … … 53 53 gt_cv_int_divbyzero_sigfpe=yes 54 54 EOF</userinput></screen> 55 <!-- 55 56 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 57 57 href="../../final-system/common/bash.xml" 58 58 xpointer="xpointer(//*[@os='a'])"/> 59 --> 59 60 60 <screen os="b"><userinput>./configure --prefix=/tools \ 61 61 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ … … 76 76 77 77 </variablelist> 78 <!-- 78 79 79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 80 80 href="../../final-system/common/bash.xml" … … 88 88 href="../../final-system/common/bash.xml" 89 89 xpointer="xpointer(//*[@os='g'])"/> 90 --> 90 91 91 <screen os="h"><userinput>make install</userinput></screen> 92 92 … … 97 97 98 98 </sect2> 99 <!-- 99 100 100 <sect2 role="content"> 101 101 <title/> 102 102 103 103 <para>Details on this package are located in <xref 104 linkend="c h-system-bash-contents" role="."/></para>104 linkend="contents-bash" role="."/></para> 105 105 106 106 </sect2> 107 --> 107 108 108 </sect1> -
BOOK/temp-system/multilib/bash.xml
r69fa5e6 rf14f7c2 15 15 <secondary>temporary system</secondary> 16 16 </indexterm> 17 <!-- 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 19 19 href="../../final-system/common/bash.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 --> 21 22 22 <sect2 role="installation"> 23 23 <title>Installation of Bash</title> 24 <!-- 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="../common/bash.xml" … … 42 42 href="../common/bash.xml" 43 43 xpointer="xpointer(//*[@os='a'])"/> 44 --> 44 45 45 <screen os="b"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 46 46 ./configure --prefix=/tools \ 47 47 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 48 48 --without-bash-malloc --cache-file=config.cache</userinput></screen> 49 <!-- 49 50 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 51 51 href="../common/bash.xml" … … 75 75 href="../common/bash.xml" 76 76 xpointer="xpointer(//*[@os='t4'])"/> 77 --> 77 78 78 </sect2> 79 <!-- 79 80 80 <sect2 role="content"> 81 81 <title/> … … 85 85 86 86 </sect2> 87 --> 87 88 88 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.