RESOLVED FIXED Bug 23289
Added '--makeargs' parameter to Scripts/webkitdirs.pm
https%3A%2F%2Fbugs.webkit.org%2Fshow_bug.cgi?id=23289
Summary Added '--makeargs' parameter to Scripts/webkitdirs.pm
Gabor Loki
Reported 2009-01-13 02:37:53 PST
I have added '--makeargs' parameter which can pass additional parameters to the 'make' command in QMake projects. With this patch we execute parallel compilation for example: WebKitTools/Scripts/build-webkit --qt --makeargs="CC=distcc CXX=distcc -j20" The patch: http://code.staikos.net/cgi-bin/gitweb.cgi?p=webkit;a=commitdiff;h=76bafb0d79aae69096f6f65d68781c09c7526721;hp=2ee33e6138b4703eea607ac9344394edc141d999
Attachments
Proposed patch (2.31 KB, patch)
2009-01-13 02:40 PST, Gabor Loki
darin: review+
Note You need to log in before you can comment on or make changes to this bug.
Gabor Loki
Comment 1 2009-01-13 02:40:55 PST
Created attachment 26663 [details] Proposed patch
Darin Adler
Comment 2 2009-01-13 08:57:08 PST
Comment on attachment 26663 [details] Proposed patch Looks fine. r=me
Mark Rowe (bdash)
Comment 3 2009-01-16 16:47:34 PST
Landed in r39999.