GNOME Bugzilla – Bug 701051
should pass -j1 when supports-parallel-builds="no"
Last modified: 2013-05-26 17:56:39 UTC
When a module has supports-parallel-builds="no", currently jhbuild doesn't pass any -j parameter to make. The problem with this is that I may have MAKEFLAGS set to -j4, for example, in which case the build will still be parallel. jhbuild should pass -j 1 in this case to explicitly ask for a non-parallel build.
Created attachment 245336 [details] [review] fix Here's a fix.
Review of attachment 245336 [details] [review]: This looks reasonable.
Thanks. I pushed the fix.