[Webkit-unassigned] [Bug 36440] New: Make build_webkit_command() pass MAKEFLAGS environment variable to make

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 22 04:50:17 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36440

           Summary: Make build_webkit_command() pass MAKEFLAGS environment
                    variable to make
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: abarth at webkit.org


Now build_webkit_command() doesn't pass MAKEFLAGS 
environtment variable to make. 

I propose this kind of modification:
-        command.append('--makeargs="-j%s"' % Executive.cpu_count())
+        command.append(WebKitPort.makeArgs())

It is a useful feature if you would like to use more
jobs than number of CPU cores. (for distcc jobs)

I tested this patch, and works correctly on our Qt-EWS.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list