Bug 23289

Summary: Added '--makeargs' parameter to Scripts/webkitdirs.pm
Product: WebKit Reporter: Gabor Loki <loki>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement CC: marcosc
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Proposed patch darin: review+

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+
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.
Note You need to log in before you can comment on or make changes to this bug.