summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-07 12:34:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-07 12:34:57 +0200
commitd22b78be7b2b95ba028c6584e9ee5abb69a375cb (patch)
tree039da0ef61265cda4512279d36aea46c4670a715 /mk/build.mk
parent702e216210d58f1301c80d4e55af5d29f813eb19 (diff)
parent2e2eee9052d2c487d7114818ca446c370dba7f49 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/mk/build.mk b/mk/build.mk
index c143bbab2..359569826 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -13,9 +13,11 @@ CONFIG = config
DEFCONFIG= ADK_DEVELSYSTEM=n \
ADK_DEBUG=n \
ADK_STATIC=n \
- ADK_MAKE_PARALLEL=n \
+ ADK_MAKE_PARALLEL=y \
+ ADK_MAKE_JOBS=4 \
ADK_FORCE_PARALLEL=n \
ADK_PACKAGE_GRUB=n \
+ ADK_PACKAGE_XORG_SERVER_WITH_DRI=n \
ADK_PACKAGE_AUFS2_UTIL=n \
ADK_PACKAGE_BASE_FILES=y \
ADK_PACKAGE_GCC=n \
@@ -431,7 +433,7 @@ bulk:
$(GMAKE) VERBOSE=1 all; \
rm .config; \
) 2>&1 | tee $(TOPDIR)/bin/$${target}_$$libc/$$target-$$libc-$$fs.log; \
- done <${TOPDIR}/target/bulk.lst
+ done <${TOPDIR}/target/bulkdef.lst
bulktoolchain:
@while read target libc; do \