Changeset 39139e4 for BOOK/final-system


Ignore:
Timestamp:
Apr 18, 2006, 8:47:16 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:
54d004a8
Parents:
c705c5d
Message:

r2948@server (orig r1405): chris | 2006-04-18 07:39:00 -0700
Minor text/grammar updates.

Location:
BOOK/final-system
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/bison.xml

    rc705c5d r39139e4  
    4141    for internationalization of error messages if a <command>bison</command>
    4242    program is not already in $PATH.  The following addition will correct
    43     this.</para>
     43    this:</para>
    4444
    4545<screen os="b2"><userinput>echo '#define YYENABLE_NLS 1' >> config.h</userinput></screen> 
  • BOOK/final-system/common/gcc.xml

    rc705c5d r39139e4  
    3636
    3737    <para os="p1">The following patch fixes an issue where gcc doesn't generate
    38     some code properly.</para>
     38    some code properly:</para>
    3939
    4040<screen os="p2"><userinput>patch -Np1 -i ../&gcc-fold_const-patch;</userinput></screen>
     
    4949    <para os="e1">GCC provides a <command>gccbug</command> script which detects at
    5050    compile time whether mktemp is present, and hardcodes the result in a test.
    51     This will cause the script to fall back to using less random names for
    52     temporary files.  We will be installing mktemp later, so the following sed
    53     will simulate its presence.</para>
     51    If mktemp is not found, the script will fall back to using less
     52    random names for temporary files.  We will be installing mktemp
     53    later, so the following sed will simulate its presence:</para>
    5454
    5555<screen os="e2"><userinput>sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in</userinput></screen>
  • BOOK/final-system/common/glibc.xml

    rc705c5d r39139e4  
    5555    of achieving a clean build.</para>
    5656
    57     <para os="c">The following patch removes the potential of localdef
    58     segfaulting:</para>
     57    <para os="c">The following patch fixes an issue that can
     58    cause <command>localdef</command> to segfault:</para>
    5959
    6060<screen os="d"><userinput>patch -Np1 -i ../&glibc-localedef_segfault-patch;</userinput></screen>
     
    6363    will prevent nscd from trying to link to libraries that don't exist:</para>
    6464
    65 <screen os="s2"><userinput>cp nscd/Makefile{,.orig}
     65<screen os="s2"><userinput>cp -v nscd/Makefile{,.orig}
    6666sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig > \
    67 nscd/Makefile</userinput></screen>
     67    nscd/Makefile</userinput></screen>
    6868
    6969    <para os="e">The Glibc documentation recommends building Glibc outside of the
  • BOOK/final-system/x86_64-64/glibc.xml

    rc705c5d r39139e4  
    129129    /usr/bin/ldd</command> script - if you look at this, you will see it references
    130130    not only the 32-bit linker, but also /lib64 where it thinks the 64-bit linker
    131     is. The following <command>sed</command> will correct this.</para>
     131    is. The following <command>sed</command> will correct this:</para>
    132132
    133133    <screen><userinput>rm -v /lib/ld-linux.so.2
Note: See TracChangeset for help on using the changeset viewer.