Changeset 8d86489


Ignore:
Timestamp:
Apr 30, 2006, 8:34:37 PM (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:
8049c26
Parents:
96bf59e
Message:

r3201@server (orig r1493): chris | 2006-04-30 20:24:32 -0700
Removed unneeded command from temp-system bash installation

Location:
BOOK/temp-system
Files:
2 edited

Legend:

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

    r96bf59e r8d86489  
    2323    <title>Installation of Bash</title>
    2424
    25     <para os="c1">Remove a test that causes the build to fail:</para>
    26 
    27 <screen os="c2"><userinput>echo "ac_cv_func_setvbuf_reversed=no" >> config.cache</userinput></screen>
    28 
    2925    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3026    href="../../final-system/common/bash.xml"
     
    3228
    3329<screen os="h"><userinput>./configure --prefix=/tools \
    34    --without-bash-malloc --host=${LFS_TARGET} \
    35    --cache-file=config.cache</userinput></screen>
     30   --without-bash-malloc --host=${LFS_TARGET}</userinput></screen>
    3631
    3732    <variablelist os="ad">
  • BOOK/temp-system/multilib/bash.xml

    r96bf59e r8d86489  
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2626    href="../common/bash.xml"
    27     xpointer="xpointer(//*[@os='c1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../common/bash.xml"
    31     xpointer="xpointer(//*[@os='c2'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    34     href="../common/bash.xml"
    3527    xpointer="xpointer(//*[@os='g'])"/>
    3628
    3729<screen os="h"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    3830   ./configure --prefix=/tools \
    39    --without-bash-malloc --host=${LFS_TARGET} \
    40    --cache-file=config.cache</userinput></screen>
     31   --without-bash-malloc --host=${LFS_TARGET}</userinput></screen>
    4132
    4233    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.