Changeset 7f6542c in clfs-embedded for BOOK


Ignore:
Timestamp:
Apr 26, 2017, 2:56:43 AM (7 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
a67ab57
Parents:
b74d39b
Message:

final-system/introduction: Clarify parallel compiling concern

Using 'make -j 2' is OK, compiling busybox and musl at the same time is
not.

File:
1 edited

Legend:

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

    rb74d39b r7f6542c  
    2626  path referring to <filename class="directory">${CLFS}/cross-tools</filename>
    2727  hard-wired into it. For the same reason, do not compile packages in
    28   parallel. Compiling in parallel may save time (especially on dual-CPU
    29   machines), but it could result in a program containing a hard-wired
     28  parallel. Compiling more than one package at a time may save time,
     29  but it could result in a program containing a hard-wired
    3030  path to <filename class="directory">${CLFS}/cross-tools</filename>, which will
    3131  cause the program to stop working when that directory is
    3232  removed.</para>
    3333
     34  <para os="c">Compiling any single package using make's parallel job execution
     35    option, "-j" is OK if you want to speed up compiling any one package.</para>
     36
    3437</sect1>
Note: See TracChangeset for help on using the changeset viewer.