mirror of
https://github.com/corda/corda.git
synced 2025-01-04 04:04:27 +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) $(@)
|
||||
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 $(<)"
|
||||
$(<) -cp $(classpath-build) -bootimage $(bootimage-object) -codeimage $(codeimage-object) \
|
||||
-bootimage-symbols $(bootimage-symbols) \
|
||||
|
Loading…
Reference in New Issue
Block a user