mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
make bootimage-object depend on openjdk-jar-dep
This ensures that the OpenJDK classes have been extracted prior to bootimage creation.
This commit is contained in:
parent
6d4f797b66
commit
752d02e778
3
makefile
3
makefile
@ -1476,7 +1476,8 @@ else
|
|||||||
$(ranlib) $(@)
|
$(ranlib) $(@)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(bootimage-object) $(codeimage-object): $(bootimage-generator)
|
$(bootimage-object) $(codeimage-object): $(bootimage-generator) \
|
||||||
|
$(openjdk-jar-dep)
|
||||||
@echo "generating bootimage and codeimage binaries from $(classpath-build) using $(<)"
|
@echo "generating bootimage and codeimage binaries from $(classpath-build) using $(<)"
|
||||||
$(<) -cp $(classpath-build) -bootimage $(bootimage-object) -codeimage $(codeimage-object) \
|
$(<) -cp $(classpath-build) -bootimage $(bootimage-object) -codeimage $(codeimage-object) \
|
||||||
-bootimage-symbols $(bootimage-symbols) \
|
-bootimage-symbols $(bootimage-symbols) \
|
||||||
|
Loading…
Reference in New Issue
Block a user