summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/build.mk b/mk/build.mk
index abe499946..ee3867a16 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -403,17 +403,17 @@ bulk:
mkdir -p $(TOPDIR)/bulkdir/$$target-$$libc-$$fs; \
( \
echo === building $$target $$libc $$fs on $$(date); \
- $(MAKE) prereq && \
+ $(GMAKE) prereq && \
if [ "x$$p" = xy ];then \
- $(MAKE) TARGET=$$target LIBC=$$libc FS=$$fs PKG=ipkg \
+ $(GMAKE) TARGET=$$target LIBC=$$libc FS=$$fs PKG=ipkg \
allmodconfig; \
else \
- $(MAKE) TARGET=$$target LIBC=$$libc FS=$$fs PKG=ipkg \
+ $(GMAKE) TARGET=$$target LIBC=$$libc FS=$$fs PKG=ipkg \
defconfig; \
fi && \
- $(MAKE) VERBOSE=1 -f mk/build.mk allcopy \
+ $(GMAKE) VERBOSE=1 -f mk/build.mk allcopy \
targetdir=$$target-$$libc-$$fs; \
- $(MAKE) cleantarget; \
+ $(GMAKE) cleantarget; \
rm .config; \
) 2>&1 | tee $(TOPDIR)/bulkdir/$$target-$$libc-$$fs/log; \
done <${TOPDIR}/target/bulk.lst