Ignore:
Timestamp:
09/06/2021 05:42:49 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fef4473
Parents:
7999839
Message:

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qtwebengine.xml

    r7999839 r8558044  
    157157        By default, ninja will use all online CPUs +2 (if at least 4 exist),
    158158        even if they are not available to the current task because the build
    159         terminal has been restricted with 'taskset'.  In BLFS, this package 
     159        terminal has been restricted with 'taskset'.  In BLFS, this package
    160160        takes more time to build than than any other.  In one example,
    161         the build of this package crashed at about the 90 percent point 
    162         due to an out of memory problem on a system with 24 cores and 32 GB 
     161        the build of this package crashed at about the 90 percent point
     162        due to an out of memory problem on a system with 24 cores and 32 GB
    163163        of memory.
    164164      </para>
     
    463463
    464464    <!--
    465     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
     465    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    466466       href="../../xincludes/SIOCGSTAMP.xml"/>
    467467    -->
     
    470470      <option>NINJAJOBS=4 make</option>: If you patched system ninja in LFS to
    471471      recognize the NINJAJOBS environment variable, this command will run system
    472       ninja with the specified number of jobs (i.e. 4). 
     472      ninja with the specified number of jobs (i.e. 4).
    473473      There are several reasons why you might want to use options like this this:
    474474    </para>
     
    504504            Reducing the number of cores will prevent potential out-of-memory
    505505            problems on systems that do not have enough memory (or swap)
    506             when all cores are active.  A suggested approach is to limit 
    507             the number of cores to about one core for each 1.5 GB of 
     506            when all cores are active.  A suggested approach is to limit
     507            the number of cores to about one core for each 1.5 GB of
    508508            combined RAM and swap space.
    509509          </para>
     
    576576      <seglistitem>
    577577        <seg>
    578           qtwebengine_convert_dict and 
     578          qtwebengine_convert_dict and
    579579          QtWebEngineProcess (in $QT5DIR/libexec)
    580580        </seg>
     
    582582          libQt5Pdf.so,
    583583          libQt5PdfWidgets.so,
    584           libQt5WebEngineCore.so, 
    585           libQt5WebEngine.so, and 
     584          libQt5WebEngineCore.so,
     585          libQt5WebEngine.so, and
    586586          libQt5WebEngineWidgets.so
    587587        </seg>
Note: See TracChangeset for help on using the changeset viewer.