mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Build compilefontconfig.jar and javazic.jar with bootstrap jar. Originally
it was intended to test the newly built JVM, it is not cross-build friendly. Submitted by: Eugene M. Zheganin (emz at norma dot perm dot ru)
This commit is contained in:
parent
37874e5364
commit
fc16b49fe6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403749
1 changed files with 2 additions and 2 deletions
|
@ -410,11 +410,11 @@ pre-configure:
|
||||||
|
|
||||||
post-build:
|
post-build:
|
||||||
.if !defined(BUILD_JRE)
|
.if !defined(BUILD_JRE)
|
||||||
@${JDK_IMAGEDIR}/bin/jar cfe \
|
@${BOOTSTRAPJDKDIR}/bin/jar cfe \
|
||||||
${JRE_IMAGEDIR}/lib/compilefontconfig.jar \
|
${JRE_IMAGEDIR}/lib/compilefontconfig.jar \
|
||||||
build.tools.compilefontconfig.CompileFontConfig \
|
build.tools.compilefontconfig.CompileFontConfig \
|
||||||
-C ${JDK_BUILDDIR}/jdk/btclasses build/tools/compilefontconfig
|
-C ${JDK_BUILDDIR}/jdk/btclasses build/tools/compilefontconfig
|
||||||
@${JDK_IMAGEDIR}/bin/jar cfe \
|
@${BOOTSTRAPJDKDIR}/bin/jar cfe \
|
||||||
${JRE_IMAGEDIR}/lib/javazic.jar \
|
${JRE_IMAGEDIR}/lib/javazic.jar \
|
||||||
build.tools.tzdb.TzdbZoneRulesCompiler \
|
build.tools.tzdb.TzdbZoneRulesCompiler \
|
||||||
-C ${JDK_BUILDDIR}/jdk/btclasses build/tools/tzdb
|
-C ${JDK_BUILDDIR}/jdk/btclasses build/tools/tzdb
|
||||||
|
|
Loading…
Add table
Reference in a new issue