svn commit: r403748 - head/java/openjdk8

Jung-uk Kim jkim at FreeBSD.org
Mon Dec 14 23:20:06 UTC 2015


Author: jkim
Date: Mon Dec 14 23:20:05 2015
New Revision: 403748
URL: https://svnweb.freebsd.org/changeset/ports/403748

Log:
  Build with sjavac when we are self-hosting to improve build speed.

Modified:
  head/java/openjdk8/Makefile

Modified: head/java/openjdk8/Makefile
==============================================================================
--- head/java/openjdk8/Makefile	Mon Dec 14 23:15:09 2015	(r403747)
+++ head/java/openjdk8/Makefile	Mon Dec 14 23:20:05 2015	(r403748)
@@ -330,6 +330,10 @@ BUILD_DEPENDS+=		${BOOTSTRAPJDKDIR}/bin/
 .  endif
 .endif
 
+.if ${BOOTSTRAPJDKDIR} == ${LOCALBASE}/openjdk8
+CONFIGURE_ARGS+=	--enable-sjavac
+.endif
+
 # PR193009: work around the rtld bug
 .if ${OSVERSION} < 1001511
 CONFIGURE_ARGS+=	--enable-static-libjli


More information about the svn-ports-all mailing list