webkit: fix staging install
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 9 Sep 2013 09:27:55 +0000 (11:27 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 9 Sep 2013 09:27:55 +0000 (11:27 +0200)
commit33a9d34ff375ec0c0389c9af6bc499a8dd7ccbc9
tree5c3f8d85f2217616788a747567d73e02fa0a2896
parent0175dce8bce9528bf7600e43158cfcf7e9b18331
webkit: fix staging install

Parallel 'make install' seems to deadlock here (make 3.81). Work around it
by disabling parallel make for the install step.

We only disable parallel make for the install step, as the build step works
with parallel make, and webkit is a huge package, so build time goes up
significantly with make -j1.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/webkit/webkit.mk