summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-05-28 19:32:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-05-28 19:32:13 +0200
commitf7879a72454958b8de1200ee796fe4928b49c725 (patch)
treee3a3ac4ddf4bfee7c89767c5865829afcca0bade /mk/build.mk
parent3a140cf9b77a3b7b18f8684352ef00a6d8752a17 (diff)
add another bulklist for all target combinations
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index f6f764c87..8a0e310f1 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -427,7 +427,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 \