diff options
author | P. 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) |
commit | 5b66707a570e4f067fdde32b812eb272d6d138cb (patch) | |
tree | 6249f83f2b6f5758b06e4ca4526ad0a112806111 /build | |
parent | 3edb5ef925830f98c33f5a94a902c7e8f77d9403 (diff) |
Support multiple build jobs.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |