Changeset 7bd0378 for chapter08


Ignore:
Timestamp:
09/11/2022 04:54:49 PM (20 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e5e442c
Parents:
c37e846
Message:

Remove trailing spaces

Location:
chapter08
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    rc37e846 r7bd0378  
    134134    <important>
    135135      <para>In this section, the test suite for GCC is considered
    136       important, but it takes a long time. First time builders are 
     136      important, but it takes a long time. First time builders are
    137137      encouraged to not skip it.  The time to run the tests can be
    138138      reduced significantly by adding -jx to the make command below
  • chapter08/meson.xml

    rc37e846 r7bd0378  
    9797        <seg>meson</seg>
    9898        <seg>
    99            /usr/lib/python&python-minor;/site-packages/meson-&meson-version;.dist-info and 
     99           /usr/lib/python&python-minor;/site-packages/meson-&meson-version;.dist-info and
    100100           /usr/lib/python&python-minor;/site-packages/mesonbuild
    101101        </seg>
  • chapter08/ncurses.xml

    rc37e846 r7bd0378  
    123123
    124124    <!-- To editors: crash of shell process was very rare but really
    125          observed.  We can't simply remove /usr/lib/libncursesw.so.6.x like 
     125         observed.  We can't simply remove /usr/lib/libncursesw.so.6.x like
    126126         how we handle libmozjs-xx.so in BLFS because bash needs it, and
    127127         make will spawn new shell processes during "make install".  -->
  • chapter08/openssl.xml

    rc37e846 r7bd0378  
    4444    <title>Installation of OpenSSL</title>
    4545<!--
    46     <para>First fix a problem with some advanced arcitectures with avx512 
     46    <para>First fix a problem with some advanced arcitectures with avx512
    4747    capability:</para>
    4848
  • chapter08/util-linux.xml

    rc37e846 r7bd0378  
    101101su tester -c "make -k check"</userinput></screen>
    102102
    103     <para>The <emphasis>hardlink</emphasis> tests will fail if the host's kernel 
     103    <para>The <emphasis>hardlink</emphasis> tests will fail if the host's kernel
    104104    does not have the option CONFIG_CRYPTO_USER_API_HASH set.</para>
    105105
Note: See TracChangeset for help on using the changeset viewer.