After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 582930 - tarball modules don't honour global makeargs
tarball modules don't honour global makeargs
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
2.27.x
Other Solaris
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2009-05-17 10:29 UTC by James Andrewartha
Modified: 2009-05-17 12:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description James Andrewartha 2009-05-17 10:29:13 UTC
I noticed that tarball modules weren't being built with -j4, despite "makeargs = '-j4'" in jhbuildrc and autotools modules being built with -j4. I had a quick look at the source but couldn't work out why it's happening.
Comment 1 Frederic Peters 2009-05-17 12:46:10 UTC
I believe this should fix the issue, do reopen if it doesn't.

commit 92c3163d89ecea899f3b05464886d6a1837a619c
Author: Frédéric Péters <fpeters@0d.be>
Date:   Sun May 17 14:43:05 2009 +0200

    [autotools] always honour makeargs from config file (GNOME #582930)