summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-04-29 17:02:54 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-04-29 17:02:54 (EDT)
commit5b66707a570e4f067fdde32b812eb272d6d138cb (patch)
tree6249f83f2b6f5758b06e4ca4526ad0a112806111
parent3edb5ef925830f98c33f5a94a902c7e8f77d9403 (diff)
Support multiple build jobs.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
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