summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-05-28 19:32:24 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-05-28 19:32:24 +0200
commit8dc970500b284b1e211551f0492adf5a99f4d715 (patch)
tree9bc3cbd55e10ba2fc171375dae430a4ad7379035 /mk
parentdd4bea69c025d73c04d79830165b32db36133417 (diff)
parentf9de8d8c342c32acd7ba6272d7f9b651fbc2047d (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to '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 \