|
@@ -403,17 +403,17 @@ bulk:
|
|
mkdir -p $(TOPDIR)/bulkdir/$$target-$$libc-$$fs; \
|
|
mkdir -p $(TOPDIR)/bulkdir/$$target-$$libc-$$fs; \
|
|
( \
|
|
( \
|
|
echo === building $$target $$libc $$fs on $$(date); \
|
|
echo === building $$target $$libc $$fs on $$(date); \
|
|
- $(MAKE) prereq && \
|
|
+ $(GMAKE) prereq && \
|
|
if [ "x$$p" = xy ];then \
|
|
if [ "x$$p" = xy ];then \
|
|
- $(MAKE) TARGET=$$target LIBC=$$libc FS=$$fs PKG=ipkg \
|
|
+ $(GMAKE) TARGET=$$target LIBC=$$libc FS=$$fs PKG=ipkg \
|
|
allmodconfig; \
|
|
allmodconfig; \
|
|
else \
|
|
else \
|
|
- $(MAKE) TARGET=$$target LIBC=$$libc FS=$$fs PKG=ipkg \
|
|
+ $(GMAKE) TARGET=$$target LIBC=$$libc FS=$$fs PKG=ipkg \
|
|
defconfig; \
|
|
defconfig; \
|
|
fi && \
|
|
fi && \
|
|
- $(MAKE) VERBOSE=1 -f mk/build.mk allcopy \
|
|
+ $(GMAKE) VERBOSE=1 -f mk/build.mk allcopy \
|
|
targetdir=$$target-$$libc-$$fs; \
|
|
targetdir=$$target-$$libc-$$fs; \
|
|
- $(MAKE) cleantarget; \
|
|
+ $(GMAKE) cleantarget; \
|
|
rm .config; \
|
|
rm .config; \
|
|
) 2>&1 | tee $(TOPDIR)/bulkdir/$$target-$$libc-$$fs/log; \
|
|
) 2>&1 | tee $(TOPDIR)/bulkdir/$$target-$$libc-$$fs/log; \
|
|
done <${TOPDIR}/target/bulk.lst
|
|
done <${TOPDIR}/target/bulk.lst
|