Opened 14 years ago
Closed 14 years ago
#2712 closed defect (fixed)
parallel compiling set and description
Reported by: | littlebat | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.7 |
Component: | Book | Version: | SVN |
Severity: | trivial | Keywords: | parallel make |
Cc: |
Description
1, in Section 4.5. About SBUs , "set MAKEFLAGS='-j 2'" should be "export MAKEFLAGS='-j 2'" in the currently used "bash" environment;
2, in Section 6.1. Introduction , "compile packages in parallel" may be misread as "parallel make" in Section 4.5.
The patch parallel-compiling.patch fixed the issue 1 and modify the description in issue 2.
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | parallel-compiling.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed at revision 9339.
Fixed the 1st, but only changed the 2nd to read:
"do not compile separate packages in parallel" The rest of the paragraph clearly refers to this and not a "parallel make".
Note:
See TracTickets
for help on using tickets.
parallel compiling patch