[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
Fri Apr 2 12:43:03 PDT 2010


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





--- Comment #6 from Gustavo Noronha (kov) <gns at gnome.org>  2010-04-02 12:43:03 PST ---
(In reply to comment #5)
> 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.

Why not fix the usage of --makeargs, instead, then? I am assuming it should
work for your case (in fact, using -j was precisely why it got added in the
first place).

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