Makefile: Force make to run serially in the top-level Makefile
authorYann E. MORIN <yann.morin.1998@anciens.enib.fr>
Tue, 28 Sep 2010 21:50:58 +0000 (23:50 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 30 Sep 2010 12:37:01 +0000 (14:37 +0200)
commitd487168c711388efbe8185e94e2690bdf7cd5b4a
treeebb496e6f060fb8b80330264c881d3dec19840fa
parent82ab8b3b31b968b11f1e26bd52a63c127d6182cf
Makefile: Force make to run serially in the top-level Makefile

The top-level Makefile can be executed in parallel, as it causes problems.
We can force make to be not parallel.

It's been reported many times, and recent discussions on IRC with kos_tom,
and user nick-named knee, led to this patch.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile