From f7879a72454958b8de1200ee796fe4928b49c725 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 28 May 2010 19:32:13 +0200 Subject: add another bulklist for all target combinations --- mk/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mk/build.mk') 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 \ -- cgit v1.2.3