coreboot-kgpe-d16/util/abuild
Patrick Georgi 43105d6a5a abuild: Build boards in parallel if possible
Determine if xargs -P works. If yes, use that to build multiple
boards in parallel, instead of relying on make -j X, when doing
a full abuild run (instead of single boards).

make -j X isn't able to make use of several cores at various
serialization points in our build process, so this change results
in a >25% speed up for a full abuild run in my tests.

Change-Id: Id484a4211c84a3a24115278e0fbe92345f346596
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/409
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2012-05-10 22:11:16 +02:00
..
abuild abuild: Build boards in parallel if possible 2012-05-10 22:11:16 +02:00
abuild.1 Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
getopt.c Add getopt implementation to abuild 2012-04-05 20:50:46 +02:00