mirror of
https://github.com/corda/corda.git
synced 2025-01-04 04:04:27 +00:00
fix parallel bootimage build
This commit is contained in:
parent
44ae6a02c2
commit
49d113f43f
11
makefile
11
makefile
@ -663,18 +663,13 @@ else
|
|||||||
endif
|
endif
|
||||||
$(strip) $(strip-all) $(@)
|
$(strip) $(strip-all) $(@)
|
||||||
|
|
||||||
$(bootimage-generator): make-bootimage-generator
|
$(bootimage-generator):
|
||||||
|
$(MAKE) mode=$(mode) \
|
||||||
make-bootimage-generator:
|
|
||||||
(unset MAKEFLAGS && \
|
|
||||||
make mode=$(mode) \
|
|
||||||
arch=$(build-arch) \
|
arch=$(build-arch) \
|
||||||
platform=$(bootimage-platform) \
|
platform=$(bootimage-platform) \
|
||||||
bootimage=$(bootimage) \
|
|
||||||
heapdump=$(heapdump) \
|
|
||||||
bootimage-generator= \
|
bootimage-generator= \
|
||||||
build-bootimage-generator=$(bootimage-generator) \
|
build-bootimage-generator=$(bootimage-generator) \
|
||||||
$(bootimage-generator))
|
$(bootimage-generator)
|
||||||
|
|
||||||
$(build-bootimage-generator): \
|
$(build-bootimage-generator): \
|
||||||
$(vm-objects) $(classpath-object) $(jni-objects) $(heapwalk-objects) \
|
$(vm-objects) $(classpath-object) $(jni-objects) $(heapwalk-objects) \
|
||||||
|
Loading…
Reference in New Issue
Block a user