323a0b199d
- Run javac compiler in verbose mode so we get some indication of progress - Fix compile errors when jdk-zero-vm and debug are both enabled - Fix architecture names for ARM - Use NetBSD atomic ops implementations on NetBSD/evbarm - CreateJars.gmk: previous patch expanded to empty command, fix it for real
15 lines
637 B
Text
15 lines
637 B
Text
$NetBSD: patch-jdk_make_CreateJars.gmk,v 1.2 2015/02/20 09:38:00 tnn Exp $
|
|
|
|
Ensure global tool arguments are used.
|
|
|
|
--- jdk/make/CreateJars.gmk.orig 2015-02-02 15:37:11.000000000 +0000
|
|
+++ jdk/make/CreateJars.gmk
|
|
@@ -295,7 +295,7 @@ $(IMAGES_OUTPUTDIR)/lib$(PROFILE)/_the.r
|
|
|
|
# This is a hack but I don't know how to make this fit into the existing scheme
|
|
$(PROFILE_VERSION_CLASS_TARGETS): $(PROFILE_VERSION_JAVA_TARGETS)
|
|
- @$(JAVAC) -d $(@D)/../../ $(@D)/$(VERSION_JAVA_FILE)
|
|
+ @$(JAVA) $(NEW_JAVAC) -d $(@D)/../../ $(@D)/$(VERSION_JAVA_FILE)
|
|
|
|
|
|
# Support for removing the addPropertyChangeListener and removePropertyChangeListener
|