From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v13 0/7] Add support for top-level parallel make
Date: Fri, 14 Feb 2014 21:11:26 +0100 [thread overview]
Message-ID: <87d2ipmp3l.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1392371709-26662-1-git-send-email-fabio.porcedda@gmail.com> (Fabio Porcedda's message of "Fri, 14 Feb 2014 10:55:02 +0100")
>>>>> "Fabio" == Fabio Porcedda <fabio.porcedda@gmail.com> writes:
> Hi all,
> this is a patch set for adding support for top-level parallel make in
> buildroot, the common problem scattered in buildroot's top-level
> makefiles 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
> dependencies.
> With this patch set the top-level parallel make seems to works fine,
> example:
> make clean
> make BR2_JLEVEL= -j$((`getconf _NPROCESSORS_ONLN` + 1))
> Before to try it remeber to remove the ".NOTPARALLEL" line.
> On my quad core system the building time for the first 220 defconfig lines of
> the option "allpackageyesconfig" is 45m vs 24m.
> I've tested the qemu_x86_defconfig.
> I will test futrher the top-level parallel make feature for building
> all the packages so expect some other patches to improve this feature.
> Thank you for all reviews and in particular Arnout.
> Best regards
> Fabio Porcedda
> v13:
> - Modified the "package: add support for top-level parallel make"
> patch, improved a comment and spliting the $$($(2)_TARGET_BUILD)
> dependency as suggested by Arnout.
> - Modified the sdl patch to use SDL_PRE_CONFIGURE_HOOKS as suggested
> by Thomas P.
Committed series to next, thanks for your persistence!
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2014-02-14 20:11 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-14 9:55 [Buildroot] [PATCH v13 0/7] Add support for top-level parallel make Fabio Porcedda
2014-02-14 9:55 ` [Buildroot] [PATCH v13 1/7] package: add base dependency to every package Fabio Porcedda
2014-02-14 9:55 ` [Buildroot] [PATCH v13 2/7] package: add toolchain dependency to every target package Fabio Porcedda
2014-02-14 9:55 ` [Buildroot] [PATCH v13 3/7] package: add support for top-level parallel make Fabio Porcedda
2014-02-14 9:55 ` [Buildroot] [PATCH v13 4/7] Makefile: " Fabio Porcedda
2014-02-14 9:55 ` [Buildroot] [PATCH v13 5/7] package: enable jobserver for recursive make Fabio Porcedda
2014-02-14 9:55 ` [Buildroot] [PATCH v13 6/7] Makefile: update comment about top-level parallel Makefile Fabio Porcedda
2014-02-14 9:55 ` [Buildroot] [PATCH v13 7/7] sdl: add support for top-level parallel make Fabio Porcedda
2014-02-14 13:46 ` Maxime Hadjinlian
2014-02-14 20:11 ` Peter Korsgaard [this message]
2014-02-14 20:15 ` [Buildroot] [PATCH v13 0/7] Add " Thomas De Schampheleire
2014-02-14 20:23 ` Peter Korsgaard
2014-02-14 22:52 ` Fabio Porcedda
2014-02-15 7:40 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d2ipmp3l.fsf@dell.be.48ers.dk \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox