- Timestamp:
- Feb 21, 2006, 1:42:50 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- d729812
- Parents:
- a9e69c6
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/changelog.xml
ra9e69c6 rfd13165 38 38 39 39 <listitem> 40 <para>December 13, 2005</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jim] - Removed setvbuf test from Temp-System Bash compile. 44 Thanks to David Fix.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>December 12, 2005</para> 41 51 <itemizedlist> -
BOOK/temp-system/common/bash.xml
ra9e69c6 rfd13165 28 28 sed -e "s@size \$(Program)@${LFS_TARGET}-&@g" Makefile.in.orig > Makefile.in</userinput></screen> 29 29 30 <para os="ac">Remove a test that causes the build to fail::</para> 31 32 <screen os="ad"><userinput>echo "ac_cv_func_setvbuf_reversed=no" >> config.cache</userinput></screen> 33 30 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 31 35 href="../../final-system/common/bash.xml" … … 33 37 34 38 <screen os="h"><userinput>./configure --prefix=/tools --with-curses \ 35 --without-bash-malloc --host=${LFS_TARGET}</userinput></screen> 39 --without-bash-malloc --host=${LFS_TARGET} \ 40 --cache-file=config.cache</userinput></screen> 36 41 37 42 <variablelist os="ad"> -
BOOK/temp-system/multilib/bash.xml
ra9e69c6 rfd13165 33 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 34 href="../common/bash.xml" 35 xpointer="xpointer(//*[@os='ac'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../common/bash.xml" 39 xpointer="xpointer(//*[@os='ad'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 42 href="../common/bash.xml" 35 43 xpointer="xpointer(//*[@os='g'])"/> 36 44 37 45 <screen os="h"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 38 46 ./configure --prefix=/tools --with-curses \ 39 --without-bash-malloc --host=${LFS_TARGET}</userinput></screen> 47 --without-bash-malloc --host=${LFS_TARGET} \ 48 --cache-file=config.cache</userinput></screen> 40 49 41 50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.