From 5b66707a570e4f067fdde32b812eb272d6d138cb Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 29 Apr 2012 17:02:54 -0400 Subject: Support multiple build jobs. --- diff --git a/build b/build index 8f2c82e..b2d4cb6 100755 --- a/build +++ b/build @@ -11,7 +11,7 @@ linux-libre.build.stamp: linux-libre.config.stamp # TODO: This "uImage" target is hardcoded for the "rcstereo" platform, which # uses DAS U-Boot. cd src && \ - make uImage + make -j $${JOBS:-1} uImage touch linux-libre.build.stamp linux-libre.install.stamp: linux-libre.build.stamp -- cgit v0.9.1