Bug 143823

Summary: [EFL] Remove an unnecessary workaround from jhbuildrc
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, gyuyoung.kim
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2015-04-16 05:32:30 PDT
It was added long long time ago:
# FIXME: The depedencies of EFL 1.9 can not be updated unless MAKEFLAGS is set to '-j1'.
os.environ['MAKEFLAGS'] = '-j1'

The problem was that we used setting MAKEFLAGS=-j30 for icecc setup 
previously and make install of EFL can't handle parallel installing.

But building with icecc properly is to use NUMBER_OF_PROCESSORS
environment variable, which is passed to make by jhbuild, but
not for make install commands, because make install shouldn't
be parallelized.

So the solution is that folks don't use MAKEFLAGS to set -jXXX
and we won't need this hack anymore.
Comment 1 Csaba Osztrogonác 2015-04-16 05:33:31 PDT
Created attachment 250915 [details]
Patch
Comment 2 WebKit Commit Bot 2015-04-16 06:28:34 PDT
Comment on attachment 250915 [details]
Patch

Clearing flags on attachment: 250915

Committed r182883: <http://trac.webkit.org/changeset/182883>
Comment 3 WebKit Commit Bot 2015-04-16 06:28:38 PDT
All reviewed patches have been landed.  Closing bug.