diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-05-28 19:32:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-05-28 19:32:24 +0200 |
commit | 8dc970500b284b1e211551f0492adf5a99f4d715 (patch) | |
tree | 9bc3cbd55e10ba2fc171375dae430a4ad7379035 /mk/build.mk | |
parent | dd4bea69c025d73c04d79830165b32db36133417 (diff) | |
parent | f9de8d8c342c32acd7ba6272d7f9b651fbc2047d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk/build.mk')
-rw-r--r-- | mk/build.mk | 2 |
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 \ |