[Webkit-unassigned] [Bug 36785] [Qt, Gtk] Allows build-webkit script to accept custom make command as parameter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 30 11:15:08 PDT 2010


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





--- Comment #5 from Rodrigo Belem <rclbelem at gmail.com>  2010-03-30 11:15:08 PST ---
(In reply to comment #4)
> How is this different from --makeargs= ? You want to use another make? like
> gmake?
>
When building the qtwebkit debian package with the command

dpkg-buildpackage -rfakeroot -j15

and using --makeargs=$(MAKEFLAGS) as following

WebKitTools/Scripts/build-webkit --qt --makeargs=$(MAKEFLAGS)

It does not passes the -j15 correctly to the make command. With the attached
patch and the following command in the debian/rules, it works as desired.

WebKitTools/Scripts/build-webkit --qt --make=$(MAKE)


> qmake is not a replacement for make, but a companion.

Sorry. That was a typo.

-- 
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