Changeset 7f6542c in clfs-embedded
- Timestamp:
- Apr 26, 2017, 2:56:43 AM (8 years ago)
- Branches:
- master
- Children:
- a67ab57
- Parents:
- b74d39b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/introduction.xml
rb74d39b r7f6542c 26 26 path referring to <filename class="directory">${CLFS}/cross-tools</filename> 27 27 hard-wired into it. For the same reason, do not compile packages in 28 parallel. Compiling in parallel may save time (especially on dual-CPU29 machines),but it could result in a program containing a hard-wired28 parallel. Compiling more than one package at a time may save time, 29 but it could result in a program containing a hard-wired 30 30 path to <filename class="directory">${CLFS}/cross-tools</filename>, which will 31 31 cause the program to stop working when that directory is 32 32 removed.</para> 33 33 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 34 37 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.