Ignore:
Timestamp:
02/01/2019 11:36:05 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, 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:
70b235f4
Parents:
816b85c
Message:

Update to bison-3.3.1.
Update to glibc-2.29.
Update to libpipeline-1.5.1.
Update to linux-4.20.6.
Update to meson-0.49.1.
Update to mpfr-4.0.2.
Update to ninja-1.9.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/ninja.xml

    r816b85c ra271796  
    4040  <sect2 role="installation">
    4141    <title>Installation of Ninja</title>
    42 
     42<!--
    4343    <para>When run, ninja normally runs a maximum number of processes
    4444    in parallel.  By default this is the number of cores on the system
     
    5252    NINJAJOBS.  <command>For example</command> setting:
    5353
    54      <!-- Using <command> here to make the output bold.  We really don't want
     54     <!- - Using <command> here to make the output bold.  We really don't want
    5555     users setting this now and experience shows that many users blindly
    56      copy/paste anything in a box. -->
     56     copy/paste anything in a box. - ->
    5757
    5858    <screen>export NINJAJOBS=4</screen>
     
    6363
    6464<screen><userinput remap="pre">patch -Np1 -i ../ninja-1.8.2-add_NINJAJOBS_var-1.patch</userinput></screen>
    65 
     65-->
    6666    <para>Build Ninja with:</para>
    6767
Note: See TracChangeset for help on using the changeset viewer.