fix parallel bootimage build

This commit is contained in:
Joel Dice 2009-09-05 18:26:13 -06:00
parent 44ae6a02c2
commit 49d113f43f

View File

@ -663,18 +663,13 @@ else
endif
$(strip) $(strip-all) $(@)
$(bootimage-generator): make-bootimage-generator
make-bootimage-generator:
(unset MAKEFLAGS && \
make mode=$(mode) \
$(bootimage-generator):
$(MAKE) mode=$(mode) \
arch=$(build-arch) \
platform=$(bootimage-platform) \
bootimage=$(bootimage) \
heapdump=$(heapdump) \
bootimage-generator= \
build-bootimage-generator=$(bootimage-generator) \
$(bootimage-generator))
$(bootimage-generator)
$(build-bootimage-generator): \
$(vm-objects) $(classpath-object) $(jni-objects) $(heapwalk-objects) \