Changeset fd13165


Ignore:
Timestamp:
Feb 21, 2006, 1:42:50 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d729812
Parents:
a9e69c6
Message:

r895@server (orig r893): jim | 2005-12-13 14:13:20 -0800

r1061@server: jim | 2005-12-13 14:07:37 -0800
Removed setvbuf test from Bash in Temp-System


Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/changelog.xml

    ra9e69c6 rfd13165  
    3838
    3939    <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>
    4050      <para>December 12, 2005</para>
    4151      <itemizedlist>
  • BOOK/temp-system/common/bash.xml

    ra9e69c6 rfd13165  
    2828sed -e "s@size \$(Program)@${LFS_TARGET}-&amp;@g"  Makefile.in.orig > Makefile.in</userinput></screen>
    2929
     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
    3034    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3135    href="../../final-system/common/bash.xml"
     
    3337
    3438<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>
    3641
    3742    <variablelist os="ad">
  • BOOK/temp-system/multilib/bash.xml

    ra9e69c6 rfd13165  
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3434    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"
    3543    xpointer="xpointer(//*[@os='g'])"/>
    3644
    3745<screen os="h"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    3846   ./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>
    4049
    4150    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.