2024-04-19 05:47 AEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0000252mercuryBugpublic2012-02-13 13:52
Reporterpetdr 
Assigned Tojuliensf 
PrioritynormalSeverityminorReproducibilityalways
StatusassignedResolutionopen 
Product Version 
Target VersionFixed in Version 
Summary0000252: mmc --make doesn't respect the -j flag when building the .cs, .javas or .css target
DescriptionIf you issue the command

mmc --make -j4 lib.cs

then each C/Java/C# file is built sequentially, however if you do

mmc --make -j4 liblib

then the C/Java/C# files are built in parallel
TagsNo tags attached.
Attached Files

-Relationships
+Relationships

-Notes

~0000449

juliensf (administrator)

The build_all targets don't invoke foldl2_maybe_stop_at_error rather than
foldl2_maybe_stop_at_error_maybe_parallel, so the end up ignoring the -j option.
(I think the fix is to replace the former with the latter -- I am testing that now.)

~0000450

juliensf (administrator)

I've committed a partial fix for this that works with everything but the standard library,
for some reason.
+Notes

-Issue History
Date Modified Username Field Change
2012-02-02 10:29 petdr New Issue
2012-02-10 15:19 juliensf Note Added: 0000449
2012-02-10 15:19 juliensf Assigned To => juliensf
2012-02-10 15:19 juliensf Status new => assigned
2012-02-13 13:52 juliensf Note Added: 0000450
+Issue History