Changeset 663f8a7 for BOOK/temp-system
- Timestamp:
- Feb 20, 2009, 7:37:50 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f6f0d18
- Parents:
- 987e04d7
- Location:
- BOOK/temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/bash.xml
r987e04d7 r663f8a7 23 23 <title>Installation of Bash</title> 24 24 25 <!-- 25 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 27 href="../../final-system/common/bash.xml" … … 30 31 href="../../final-system/common/bash.xml" 31 32 xpointer="xpointer(//*[@os='p2'])"/> 33 --> 32 34 33 <para os=" c1">When bash is cross-compiled, it cannot test for the presence35 <para os="t1">When bash is cross-compiled, it cannot test for the presence 34 36 of named pipes, amoung other things. If you used <command>su</command> to 35 37 become an unprivileged user, this combination will cause Bash to build … … 39 41 or that do not run properly:</para> 40 42 41 <screen os=" c2"><userinput>cat > config.cache << "EOF"43 <screen os="t2"><userinput>cat > config.cache << "EOF" 42 44 ac_cv_func_mmap_fixed_mapped=yes 43 45 ac_cv_func_strcoll_works=yes … … 56 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 57 59 href="../../final-system/common/bash.xml" 58 xpointer="xpointer(//*[@os=' g'])"/>60 xpointer="xpointer(//*[@os='a'])"/> 59 61 60 <screen os=" h"><userinput>./configure --prefix=/tools \62 <screen os="b"><userinput>./configure --prefix=/tools \ 61 63 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 62 64 --without-bash-malloc --cache-file=config.cache</userinput></screen> 63 65 64 <variablelist os=" ad">66 <variablelist os="c"> 65 67 <title>The meaning of the configure option:</title> 66 68 … … 79 81 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 80 82 href="../../final-system/common/bash.xml" 81 xpointer="xpointer(//*[@os=' j'])"/>83 xpointer="xpointer(//*[@os='d'])"/> 82 84 83 85 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 84 86 href="../../final-system/common/bash.xml" 85 xpointer="xpointer(//*[@os=' k'])"/>87 xpointer="xpointer(//*[@os='e'])"/> 86 88 87 89 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 88 90 href="../../final-system/common/bash.xml" 89 xpointer="xpointer(//*[@os=' m'])"/>91 xpointer="xpointer(//*[@os='g'])"/> 90 92 91 <screen os=" n"><userinput>make install</userinput></screen>93 <screen os="h"><userinput>make install</userinput></screen> 92 94 93 <para os=" ae">Make a link for programs that use <command>sh</command> for95 <para os="t3">Make a link for programs that use <command>sh</command> for 94 96 a shell:</para> 95 97 96 <screen os=" af"><userinput>ln -sv bash /tools/bin/sh</userinput></screen>98 <screen os="t4"><userinput>ln -sv bash /tools/bin/sh</userinput></screen> 97 99 98 100 </sect2> -
BOOK/temp-system/multilib/bash.xml
r987e04d7 r663f8a7 23 23 <title>Installation of Bash</title> 24 24 25 <!-- 25 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 27 href="../common/bash.xml" … … 30 31 href="../common/bash.xml" 31 32 xpointer="xpointer(//*[@os='p2'])"/> 33 --> 32 34 33 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 36 href="../common/bash.xml" 35 xpointer="xpointer(//*[@os=' c1'])"/>37 xpointer="xpointer(//*[@os='t1'])"/> 36 38 37 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 40 href="../common/bash.xml" 39 xpointer="xpointer(//*[@os=' c2'])"/>41 xpointer="xpointer(//*[@os='t2'])"/> 40 42 41 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 42 44 href="../common/bash.xml" 43 xpointer="xpointer(//*[@os=' g'])"/>45 xpointer="xpointer(//*[@os='a'])"/> 44 46 45 <screen os=" h"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \47 <screen os="b"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 46 48 ./configure --prefix=/tools \ 47 49 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ … … 50 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 51 53 href="../common/bash.xml" 52 xpointer="xpointer(//*[@os=' ad'])"/>54 xpointer="xpointer(//*[@os='c'])"/> 53 55 54 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 55 57 href="../common/bash.xml" 56 xpointer="xpointer(//*[@os=' j'])"/>58 xpointer="xpointer(//*[@os='d'])"/> 57 59 58 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 59 61 href="../common/bash.xml" 60 xpointer="xpointer(//*[@os=' k'])"/>62 xpointer="xpointer(//*[@os='e'])"/> 61 63 62 64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 63 65 href="../common/bash.xml" 64 xpointer="xpointer(//*[@os=' m'])"/>66 xpointer="xpointer(//*[@os='g'])"/> 65 67 66 68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 67 69 href="../common/bash.xml" 68 xpointer="xpointer(//*[@os=' n'])"/>70 xpointer="xpointer(//*[@os='h'])"/> 69 71 70 72 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 71 73 href="../common/bash.xml" 72 xpointer="xpointer(//*[@os=' ae'])"/>74 xpointer="xpointer(//*[@os='t3'])"/> 73 75 74 76 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 75 77 href="../common/bash.xml" 76 xpointer="xpointer(//*[@os=' af'])"/>78 xpointer="xpointer(//*[@os='t4'])"/> 77 79 78 80 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.