Changeset View
Changeset View
Standalone View
Standalone View
java/openjdk17/Makefile
| Show First 20 Lines • Show All 115 Lines • ▼ Show 20 Lines | |||||
| ALL_TARGET= legacy-images | ALL_TARGET= legacy-images | ||||
| .else | .else | ||||
| ALL_TARGET= images | ALL_TARGET= images | ||||
| .endif | .endif | ||||
| JDK_BUILD_TYPE= release | JDK_BUILD_TYPE= release | ||||
| .include <bsd.port.pre.mk> | .include <bsd.port.pre.mk> | ||||
| # portsfallout.com shows flapping builds on 13.5 and 14.2 | # portsfallout.com shows flapping builds on 14.2 | ||||
| .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500000 | .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500000 | ||||
| MAKE_JOBS_NUMBER_LIMIT= 3 | MAKE_JOBS_NUMBER_LIMIT= 3 | ||||
| .endif | .endif | ||||
| JDK_BUILD_JVM= server | JDK_BUILD_JVM= server | ||||
| MAKE_ENV+= --with-toolchain-type=${COMPILER_TYPE} | MAKE_ENV+= --with-toolchain-type=${COMPILER_TYPE} | ||||
| CONFIGURE_ARGS+= --with-toolchain-type=${COMPILER_TYPE} | CONFIGURE_ARGS+= --with-toolchain-type=${COMPILER_TYPE} | ||||
| ▲ Show 20 Lines • Show All 52 Lines • Show Last 20 Lines | |||||