diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-04 23:21:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-04 23:21:30 +0100 |
commit | 426e6ef0749fcc407512f130d463019334b8886c (patch) | |
tree | 1f8f5b4cdb4265e5428a2a77f2762706ae1247ca /mk | |
parent | b0fd8bf6eb789acfabc70fb1be86dac1460fb9d4 (diff) | |
parent | 49af3d669f8345ef3ca3e1e14cdd4030cbbbb6e0 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r-- | mk/build.mk | 10 |
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 |