[Buildroot] [PATCH 0/4] Fix for top-level parallel make part 1

Fabio Porcedda fabio.porcedda at gmail.com
Tue Jul 9 08:47:44 UTC 2013


Hi all,
this is the first patch set for fixing top-level parallel make in buildroot,
the common problem scattered in buildroot's top-level makefile is that in the
rules it relies on the order of evaluation of the prerequisites,
to be able to use top-level parallel make instead of reling on the left to
right ordering of evaluation of the prerequisites we must add an explicit
rule to describe the dependency.

Fabio Porcedda (4):
  package/Makefile.in: add a way to don't force jobs in sub-make
  package: add toolchain dependency to inner-generic-package
  package: fix generic extract target for top-level parallel make
  package: fix generic patch target for top-level parallel make

 package/Makefile.in      |  2 +-
 package/pkg-autotools.mk |  2 +-
 package/pkg-generic.mk   | 14 ++++++++++----
 3 files changed, 12 insertions(+), 6 deletions(-)

-- 
1.8.1.4



More information about the buildroot mailing list