Changeset 17476c5 for chapter05


Ignore:
Timestamp:
01/26/2004 10:23:41 PM (20 years ago)
Author:
Alex Gronenwoud <alex@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
daaa0941
Parents:
f2f5117
Message:

Removing some excess white space.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3186 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter05
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass2.xml

    rf2f5117 r17476c5  
    5555<blockquote><screen>make[1]: *** [check-binutils] Error 2</screen></blockquote>
    5656
    57 <para>And install the package:</para>                                             
     57<para>And install the package:</para>
    5858
    5959<screen><userinput>make install</userinput></screen>
  • chapter05/chapter05.xml

    rf2f5117 r17476c5  
    309309can damage or even wreck your system. Therefore we recommend that you
    310310build the packages in this chapter as an unprivileged user. You could
    311 of course use your own user name,  but to make it easier to set up a clean
     311of course use your own user name, but to make it easier to set up a clean
    312312work environment we'll create a new user <emphasis>lfs</emphasis> and
    313313use this one during the installation process. As <emphasis>root</emphasis>,
     
    383383full pathnames of executable files to avoid searching the PATH time and time
    384384again to find the same executable. However, we'd like the new tools to be
    385 used as soon as they are installed.  By switching off the hash function, our
     385used as soon as they are installed. By switching off the hash function, our
    386386"interactive" commands (<userinput>make</userinput>,
    387387<userinput>patch</userinput>, <userinput>sed</userinput>,
     
    401401having LC_ALL set to something other than "POSIX" or "C" during this chapter
    402402may cause trouble if you exit the chroot environment and wish to return later.
    403 By setting LC_ALL to "POSIX" (or "C", the two are equivalent)  we ensure that
     403By setting LC_ALL to "POSIX" (or "C", the two are equivalent) we ensure that
    404404everything will work as expected in the chroot environment.</para>
    405405
     
    455455
    456456<!-- Ampersands are needed to allow cut and paste -->
    457    
     457
    458458<screen><userinput>SPECFILE=/tools/lib/gcc-lib/*/*/specs &amp;&amp;
    459459sed -e 's@ /lib/ld-linux.so.2@ /tools/lib/ld-linux.so.2@g' \
     
    477477system have found their way into GCC's private include dir. This can happen
    478478because of GCC's "fixincludes" process which runs as part of the GCC build.
    479 We'll explain more about this further on in this chapter.  For now, run the
     479We'll explain more about this further on in this chapter. For now, run the
    480480following commands to eliminate this possibility:</para>
    481481
  • chapter05/gcc-pass1.xml

    rf2f5117 r17476c5  
    4141
    4242<itemizedlist>
    43 <listitem><para><userinput>--with-local-prefix=/tools</userinput>:  The
     43<listitem><para><userinput>--with-local-prefix=/tools</userinput>: The
    4444purpose of this switch is to remove <filename>/usr/local/include</filename>
    4545from <userinput>gcc</userinput>'s include search path. This is not absolutely
  • chapter05/gcc-pass2.xml

    rf2f5117 r17476c5  
    4545patch -Np1 -i ../&gcc-specs-patch;</userinput></screen>
    4646
    47 <para>The first patch disables the GCC "fixincludes" script.  We mentioned this
     47<para>The first patch disables the GCC "fixincludes" script. We mentioned this
    4848briefly earlier, but a slightly more in-depth explanation of the fixincludes
    49 process is warranted here.  Under normal circumstances, the GCC fixincludes
    50 script scans your system for header files that need to be fixed.  It might find
     49process is warranted here. Under normal circumstances, the GCC fixincludes
     50script scans your system for header files that need to be fixed. It might find
    5151that some Glibc header files on your host system need to be fixed, fix them and
    52 put them in the GCC private include directory.  Then, later on in
     52put them in the GCC private include directory. Then, later on in
    5353<xref linkend="chapter06"/>, after we've installed the newer Glibc, this
    5454private include directory would be searched before the system include
     
    160160to continue on.</para>
    161161
    162 <para>And finally install the package:</para>                                             
     162<para>And finally install the package:</para>
    163163
    164164<screen><userinput>make install</userinput></screen>
  • chapter05/grep.xml

    rf2f5117 r17476c5  
    2424<listitem><para><userinput>--disable-perl-regexp</userinput>: This makes sure
    2525that <userinput>grep</userinput> does not get linked against a PCRE library
    26 that may be present on the host, but would not be available once we enter the
     26that may be present on the host and would not be available once we enter the
    2727chroot environment.</para></listitem>
    2828<listitem><para><userinput>--with-included-regex</userinput>: This ensures that
    29 Grep uses its internal regular expression code.  Without it, it will use
    30 the code from Glibc, which is known to be slightly buggy.</para></listitem>
     29Grep uses its internal regular expression code. Without this switch, Grep will
     30use the code from Glibc, which is known to be slightly buggy.</para></listitem>
    3131</itemizedlist>
    3232
  • chapter05/utillinux.xml

    rf2f5117 r17476c5  
    1515
    1616<para>Util-linux doesn't use the freshly installed headers and libraries from
    17 the <filename>/tools</filename> directory.  This is fixed by altering the
     17the <filename>/tools</filename> directory. This is fixed by altering the
    1818configure script:</para>
    1919
Note: See TracChangeset for help on using the changeset viewer.