--- old/make/Bundles.gmk 2017-10-05 11:55:49.716943063 +0200 +++ new/make/Bundles.gmk 2017-10-05 11:55:49.472946915 +0200 @@ -40,7 +40,7 @@ endif # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , Bundles-pre.gmk)) +$(eval $(call IncludeCustomExtension, Bundles-pre.gmk)) ################################################################################ # BUNDLE : Name of bundle to create # FILES : Files in BASE_DIRS to add to bundle @@ -322,7 +322,7 @@ ################################################################################ # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , Bundles.gmk)) +$(eval $(call IncludeCustomExtension, Bundles.gmk)) ################################################################################ --- old/make/CompileDemos.gmk 2017-10-05 11:55:50.352933023 +0200 +++ new/make/CompileDemos.gmk 2017-10-05 11:55:50.096937064 +0200 @@ -303,7 +303,7 @@ ################################################################################ # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , CompileDemos.gmk)) +$(eval $(call IncludeCustomExtension, CompileDemos.gmk)) all: $(TARGETS) images: $(IMAGES_TARGETS) --- old/make/CompileJavaModules.gmk 2017-10-05 11:55:50.992922919 +0200 +++ new/make/CompileJavaModules.gmk 2017-10-05 11:55:50.724927150 +0200 @@ -33,7 +33,7 @@ include SetupJavaCompilers.gmk # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , CompileJavaModules.gmk)) +$(eval $(call IncludeCustomExtension, CompileJavaModules.gmk)) ################################################################################ # Module specific build settings @@ -689,7 +689,7 @@ ################################################################################ -$(eval $(call IncludeCustomExtension, , CompileJavaModules-post.gmk)) +$(eval $(call IncludeCustomExtension, CompileJavaModules-post.gmk)) ################################################################################ --- old/make/CompileToolsHotspot.gmk 2017-10-05 11:55:51.620913005 +0200 +++ new/make/CompileToolsHotspot.gmk 2017-10-05 11:55:51.380916794 +0200 @@ -35,7 +35,7 @@ TARGETS := # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , hotspot/CompileTools.gmk)) +$(eval $(call IncludeCustomExtension, hotspot/CompileTools.gmk)) ifeq ($(INCLUDE_GRAAL), true) VM_CI_SRC_DIR := $(TOPDIR)/src/jdk.internal.vm.ci/share/classes --- old/make/CompileToolsJdk.gmk 2017-10-05 11:55:52.228903407 +0200 +++ new/make/CompileToolsJdk.gmk 2017-10-05 11:55:51.992907132 +0200 @@ -32,7 +32,7 @@ ################################################################################ -$(eval $(call IncludeCustomExtension, , CompileTools.gmk)) +$(eval $(call IncludeCustomExtension, CompileTools.gmk)) ################################################################################ --- old/make/Docs.gmk 2017-10-05 11:55:52.836893808 +0200 +++ new/make/Docs.gmk 2017-10-05 11:55:52.592897660 +0200 @@ -37,7 +37,7 @@ ################################################################################ # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , Docs.gmk)) +$(eval $(call IncludeCustomExtension, Docs.gmk)) ################################################################################ # This file generates all documentation for OpenJDK. --- old/make/Images.gmk 2017-10-05 11:55:53.484883579 +0200 +++ new/make/Images.gmk 2017-10-05 11:55:53.220887746 +0200 @@ -34,7 +34,7 @@ JRE_TARGETS := # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , Images-pre.gmk)) +$(eval $(call IncludeCustomExtension, Images-pre.gmk)) ############################################################################ @@ -426,7 +426,7 @@ # Include custom post hook here to make it possible to augment the target lists # before actual target prerequisites are declared. -$(eval $(call IncludeCustomExtension, , Images-post.gmk)) +$(eval $(call IncludeCustomExtension, Images-post.gmk)) ################################################################################ --- old/make/Jprt.gmk 2017-10-05 11:55:54.116873601 +0200 +++ new/make/Jprt.gmk 2017-10-05 11:55:53.856877706 +0200 @@ -104,4 +104,4 @@ ################################################################################ -$(eval $(call IncludeCustomExtension, , Jprt.gmk)) +$(eval $(call IncludeCustomExtension, Jprt.gmk)) --- old/make/Main.gmk 2017-10-05 11:55:54.748863624 +0200 +++ new/make/Main.gmk 2017-10-05 11:55:54.496867603 +0200 @@ -51,7 +51,7 @@ ALL_TARGETS := # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , Main.gmk)) +$(eval $(call IncludeCustomExtension, Main.gmk)) # All modules for the current target platform. ALL_MODULES := $(call FindAllModules) --- old/make/ReleaseFile.gmk 2017-10-05 11:55:55.384853584 +0200 +++ new/make/ReleaseFile.gmk 2017-10-05 11:55:55.144857373 +0200 @@ -80,7 +80,7 @@ ################################################################################ -$(eval $(call IncludeCustomExtension, , ReleaseFile.gmk)) +$(eval $(call IncludeCustomExtension, ReleaseFile.gmk)) ################################################################################ --- old/make/RunTests.gmk 2017-10-05 11:55:56.004843796 +0200 +++ new/make/RunTests.gmk 2017-10-05 11:55:55.756847712 +0200 @@ -36,7 +36,7 @@ JTREG_TEST_TOPDIRS := $(TOPDIR) $(JTREG_TESTROOTS) # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , RunTests.gmk)) +$(eval $(call IncludeCustomExtension, RunTests.gmk)) TEST_RESULTS_DIR := $(OUTPUTDIR)/test-results TEST_SUPPORT_DIR := $(OUTPUTDIR)/test-support --- old/make/SourceRevision.gmk 2017-10-05 11:55:56.632833882 +0200 +++ new/make/SourceRevision.gmk 2017-10-05 11:55:56.384837797 +0200 @@ -28,7 +28,7 @@ include $(SPEC) include MakeBase.gmk -$(eval $(call IncludeCustomExtension, , SourceRevision.gmk)) +$(eval $(call IncludeCustomExtension, SourceRevision.gmk)) ################################################################################ # Keep track of what source revision is used to create the build, by creating --- old/make/ToolsJdk.gmk 2017-10-05 11:55:57.284823590 +0200 +++ new/make/ToolsJdk.gmk 2017-10-05 11:55:57.012827884 +0200 @@ -29,7 +29,7 @@ include JavaCompilation.gmk # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , Tools.gmk)) +$(eval $(call IncludeCustomExtension, Tools.gmk)) ################################################################################ # To avoid reevaluating the compilation setup for the tools each time this file --- old/make/UpdateBuildDocs.gmk 2017-10-05 11:55:57.940813234 +0200 +++ new/make/UpdateBuildDocs.gmk 2017-10-05 11:55:57.652817780 +0200 @@ -63,7 +63,7 @@ ################################################################################ -$(eval $(call IncludeCustomExtension, , UpdateBuildDocs.gmk)) +$(eval $(call IncludeCustomExtension, UpdateBuildDocs.gmk)) ################################################################################ --- old/make/ZipSource.gmk 2017-10-05 11:55:58.576803194 +0200 +++ new/make/ZipSource.gmk 2017-10-05 11:55:58.336806982 +0200 @@ -33,7 +33,7 @@ SRC_ZIP_WORK_DIR := $(SUPPORT_OUTPUTDIR)/src # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , ZipSource.gmk)) +$(eval $(call IncludeCustomExtension, ZipSource.gmk)) ################################################################################ # Create the directory structure for src.zip using symlinks. --- old/make/autoconf/spec.gmk.in 2017-10-05 11:55:59.212793153 +0200 +++ new/make/autoconf/spec.gmk.in 2017-10-05 11:55:58.964797069 +0200 @@ -847,9 +847,8 @@ # This macro is called to allow inclusion of closed source counterparts. # Unless overridden in closed sources, it expands to nothing. # Usage: This function is called in an open makefile, with the following -# arguments: -# $1 the name of the repo, or empty if the top-level repo. -# $2 the name of the makefile +# argument: +# $1 the name of the makefile define IncludeCustomExtension endef --- old/make/common/FindTests.gmk 2017-10-05 11:55:59.828783429 +0200 +++ new/make/common/FindTests.gmk 2017-10-05 11:55:59.580787344 +0200 @@ -27,7 +27,7 @@ _FIND_TESTS_GMK := 1 # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , common/FindTests.gmk)) +$(eval $(call IncludeCustomExtension, common/FindTests.gmk)) # JTREG_TESTROOTS might have been set by a custom extension JTREG_TESTROOTS += $(addprefix $(TOPDIR)/test/, hotspot/jtreg jdk langtools nashorn jaxp) --- old/make/common/MakeBase.gmk 2017-10-05 11:56:00.476773199 +0200 +++ new/make/common/MakeBase.gmk 2017-10-05 11:56:00.216777304 +0200 @@ -991,6 +991,6 @@ ################################################################################ # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , common/MakeBase.gmk)) +$(eval $(call IncludeCustomExtension, common/MakeBase.gmk)) endif # _MAKEBASE_GMK --- old/make/common/Modules.gmk 2017-10-05 11:56:01.152762528 +0200 +++ new/make/common/Modules.gmk 2017-10-05 11:56:00.872766948 +0200 @@ -43,7 +43,7 @@ DOCS_MODULES := # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , common/Modules.gmk)) +$(eval $(call IncludeCustomExtension, common/Modules.gmk)) BOOT_MODULES += \ java.base \ --- old/make/copy/Copy-java.base.gmk 2017-10-05 11:56:01.772752740 +0200 +++ new/make/copy/Copy-java.base.gmk 2017-10-05 11:56:01.528756591 +0200 @@ -25,7 +25,7 @@ include CopyCommon.gmk -$(eval $(call IncludeCustomExtension, , copy/Copy-java.base.gmk)) +$(eval $(call IncludeCustomExtension, copy/Copy-java.base.gmk)) ################################################################################ # --- old/make/copy/Copy-java.desktop.gmk 2017-10-05 11:56:02.412742636 +0200 +++ new/make/copy/Copy-java.desktop.gmk 2017-10-05 11:56:02.152746741 +0200 @@ -25,7 +25,7 @@ include CopyCommon.gmk -$(eval $(call IncludeCustomExtension, , copy/Copy-java.desktop.gmk)) +$(eval $(call IncludeCustomExtension, copy/Copy-java.desktop.gmk)) ################################################################################ --- old/make/gendata/Gendata-java.base.gmk 2017-10-05 11:56:03.032732849 +0200 +++ new/make/gendata/Gendata-java.base.gmk 2017-10-05 11:56:02.784736764 +0200 @@ -26,7 +26,7 @@ include GendataCommon.gmk # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , gendata/Gendata-java.base.gmk)) +$(eval $(call IncludeCustomExtension, gendata/Gendata-java.base.gmk)) include GendataBreakIterator.gmk --- old/make/gendata/GendataBlacklistedCerts.gmk 2017-10-05 11:56:03.652723062 +0200 +++ new/make/gendata/GendataBlacklistedCerts.gmk 2017-10-05 11:56:03.416726787 +0200 @@ -23,7 +23,7 @@ # questions. # -$(eval $(call IncludeCustomExtension, , gendata/GendataBlacklistedCerts.gmk)) +$(eval $(call IncludeCustomExtension, gendata/GendataBlacklistedCerts.gmk)) GENDATA_BLACKLISTED_CERTS_SRC += $(TOPDIR)/make/data/blacklistedcertsconverter/blacklisted.certs.pem GENDATA_BLACKLISTED_CERTS := $(SUPPORT_OUTPUTDIR)/modules_libs/$(MODULE)/security/blacklisted.certs --- old/make/gendata/GendataFontConfig.gmk 2017-10-05 11:56:04.284713084 +0200 +++ new/make/gendata/GendataFontConfig.gmk 2017-10-05 11:56:04.016717315 +0200 @@ -23,7 +23,7 @@ # questions. # -$(eval $(call IncludeCustomExtension, , gendata/GendataFontConfig.gmk)) +$(eval $(call IncludeCustomExtension, gendata/GendataFontConfig.gmk)) GENDATA_FONT_CONFIG_DST := $(SUPPORT_OUTPUTDIR)/modules_libs/$(MODULE) --- old/make/gensrc/Gensrc-java.desktop.gmk 2017-10-05 11:56:04.904703297 +0200 +++ new/make/gensrc/Gensrc-java.desktop.gmk 2017-10-05 11:56:04.656707212 +0200 @@ -26,7 +26,7 @@ include GensrcCommonJdk.gmk # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , gensrc/Gensrc-java.desktop.gmk)) +$(eval $(call IncludeCustomExtension, gensrc/Gensrc-java.desktop.gmk)) ifneq ($(OPENJDK_TARGET_OS), windows) include GensrcIcons.gmk --- old/make/gensrc/Gensrc-jdk.internal.vm.compiler.gmk 2017-10-05 11:56:05.532693383 +0200 +++ new/make/gensrc/Gensrc-jdk.internal.vm.compiler.gmk 2017-10-05 11:56:05.280697361 +0200 @@ -28,7 +28,7 @@ include $(SPEC) include MakeBase.gmk -$(eval $(call IncludeCustomExtension, , gensrc/Gensrc-jdk.internal.vm.compiler.gmk)) +$(eval $(call IncludeCustomExtension, gensrc/Gensrc-jdk.internal.vm.compiler.gmk)) GENSRC_DIR := $(SUPPORT_OUTPUTDIR)/gensrc/$(MODULE) SRC_DIR := $(TOPDIR)/src/$(MODULE)/share/classes --- old/make/gensrc/Gensrc-jdk.localedata.gmk 2017-10-05 11:56:06.156683532 +0200 +++ new/make/gensrc/Gensrc-jdk.localedata.gmk 2017-10-05 11:56:05.916687321 +0200 @@ -26,7 +26,7 @@ include GensrcCommonJdk.gmk # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , gensrc/Gensrc-jdk.localedata.gmk)) +$(eval $(call IncludeCustomExtension, gensrc/Gensrc-jdk.localedata.gmk)) include GensrcLocaleData.gmk include GensrcCLDR.gmk --- old/make/gensrc/GensrcIcons.gmk 2017-10-05 11:56:06.796673429 +0200 +++ new/make/gensrc/GensrcIcons.gmk 2017-10-05 11:56:06.540677470 +0200 @@ -23,7 +23,7 @@ # questions. # -$(eval $(call IncludeCustomExtension, , gensrc/GensrcIcons.gmk)) +$(eval $(call IncludeCustomExtension, gensrc/GensrcIcons.gmk)) GENSRC_AWT_ICONS := GENSRC_AWT_ICONS_SRC := --- old/make/hotspot/gensrc/GenerateSources.gmk 2017-10-05 11:56:07.440663262 +0200 +++ new/make/hotspot/gensrc/GenerateSources.gmk 2017-10-05 11:56:07.168667556 +0200 @@ -39,7 +39,7 @@ include gensrc/GensrcDtrace.gmk include gensrc/GensrcJvmti.gmk -$(eval $(call IncludeCustomExtension, , hotspot/gensrc/GenerateSources.gmk)) +$(eval $(call IncludeCustomExtension, hotspot/gensrc/GenerateSources.gmk)) # While technically the rules below are "gendata" which can be done in parallel # with native compilation, let's keep it here for simplicity. --- old/make/hotspot/gensrc/GensrcAdlc.gmk 2017-10-05 11:56:08.080653159 +0200 +++ new/make/hotspot/gensrc/GensrcAdlc.gmk 2017-10-05 11:56:07.820657264 +0200 @@ -23,7 +23,7 @@ # questions. # -$(eval $(call IncludeCustomExtension, , hotspot/gensrc/GensrcAdlc.gmk)) +$(eval $(call IncludeCustomExtension, hotspot/gensrc/GensrcAdlc.gmk)) ifeq ($(call check-jvm-feature, compiler2), true) --- old/make/hotspot/gensrc/GensrcJvmti.gmk 2017-10-05 11:56:08.708643246 +0200 +++ new/make/hotspot/gensrc/GensrcJvmti.gmk 2017-10-05 11:56:08.464647097 +0200 @@ -23,7 +23,7 @@ # questions. # -$(eval $(call IncludeCustomExtension, , hotspot/gensrc/GensrcJvmti.gmk)) +$(eval $(call IncludeCustomExtension, hotspot/gensrc/GensrcJvmti.gmk)) ################################################################################ # Build tools needed for the JVMTI source code generation --- old/make/hotspot/lib/CompileGtest.gmk 2017-10-05 11:56:09.352633079 +0200 +++ new/make/hotspot/lib/CompileGtest.gmk 2017-10-05 11:56:09.084637310 +0200 @@ -23,7 +23,7 @@ # questions. # -$(eval $(call IncludeCustomExtension, , hotspot/lib/CompileGtest.gmk)) +$(eval $(call IncludeCustomExtension, hotspot/lib/CompileGtest.gmk)) GTEST_TEST_SRC += $(TOPDIR)/test/hotspot/gtest GTEST_LAUNCHER_SRC := $(TOPDIR)/test/hotspot/gtest/gtestLauncher.cpp --- old/make/hotspot/lib/CompileJvm.gmk 2017-10-05 11:56:10.012622660 +0200 +++ new/make/hotspot/lib/CompileJvm.gmk 2017-10-05 11:56:09.744626891 +0200 @@ -28,7 +28,7 @@ include lib/JvmFeatures.gmk include lib/JvmOverrideFiles.gmk -$(eval $(call IncludeCustomExtension, , hotspot/lib/CompileJvm.gmk)) +$(eval $(call IncludeCustomExtension, hotspot/lib/CompileJvm.gmk)) ################################################################################ # Setup compilation of the main Hotspot native library (libjvm). --- old/make/hotspot/lib/JvmFeatures.gmk 2017-10-05 11:56:10.656612494 +0200 +++ new/make/hotspot/lib/JvmFeatures.gmk 2017-10-05 11:56:10.392616661 +0200 @@ -23,7 +23,7 @@ # questions. # -$(eval $(call IncludeCustomExtension, , hotspot/lib/JvmFeatures.gmk)) +$(eval $(call IncludeCustomExtension, hotspot/lib/JvmFeatures.gmk)) ################################################################################ # Setup CFLAGS and EXCLUDES for the libjvm compilation, depending on which --- old/make/hotspot/lib/JvmMapfile.gmk 2017-10-05 11:56:11.280602643 +0200 +++ new/make/hotspot/lib/JvmMapfile.gmk 2017-10-05 11:56:11.020606748 +0200 @@ -23,7 +23,7 @@ # questions. # -$(eval $(call IncludeCustomExtension, , hotspot/lib/JvmMapfile.gmk)) +$(eval $(call IncludeCustomExtension, hotspot/lib/JvmMapfile.gmk)) ################################################################################ # Combine a list of static symbols --- old/make/hotspot/lib/JvmOverrideFiles.gmk 2017-10-05 11:56:11.920592540 +0200 +++ new/make/hotspot/lib/JvmOverrideFiles.gmk 2017-10-05 11:56:11.656596708 +0200 @@ -23,7 +23,7 @@ # questions. # -$(eval $(call IncludeCustomExtension, , hotspot/lib/JvmOverrideFiles.gmk)) +$(eval $(call IncludeCustomExtension, hotspot/lib/JvmOverrideFiles.gmk)) ################################################################################ # This file contains explicit overrides of CFLAGS and/or precompiled header --- old/make/launcher/Launcher-java.base.gmk 2017-10-05 11:56:12.544582689 +0200 +++ new/make/launcher/Launcher-java.base.gmk 2017-10-05 11:56:12.296586604 +0200 @@ -25,7 +25,7 @@ include LauncherCommon.gmk -$(eval $(call IncludeCustomExtension, , launcher/Launcher-java.base.gmk)) +$(eval $(call IncludeCustomExtension, launcher/Launcher-java.base.gmk)) JAVA_RC_FLAGS += -I $(TOPDIR)/src/java.base/windows/native/common JAVA_RC_FLAGS += -I $(TOPDIR)/src/java.base/windows/native/launcher/icons --- old/make/launcher/Launcher-java.desktop.gmk 2017-10-05 11:56:13.180572649 +0200 +++ new/make/launcher/Launcher-java.desktop.gmk 2017-10-05 11:56:12.932576564 +0200 @@ -26,7 +26,7 @@ include LauncherCommon.gmk # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , launcher/Launcher-java.desktop.gmk)) +$(eval $(call IncludeCustomExtension, launcher/Launcher-java.desktop.gmk)) ifeq ($(ENABLE_HEADLESS_ONLY), false) $(eval $(call SetupBuildLauncher, appletviewer, \ --- old/make/lib/Awt2dLibraries.gmk 2017-10-05 11:56:13.812562672 +0200 +++ new/make/lib/Awt2dLibraries.gmk 2017-10-05 11:56:13.556566714 +0200 @@ -23,7 +23,7 @@ # questions. # -$(eval $(call IncludeCustomExtension, , lib/Awt2dLibraries-pre.gmk)) +$(eval $(call IncludeCustomExtension, lib/Awt2dLibraries-pre.gmk)) WIN_AWT_LIB := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libawt/awt.lib @@ -1070,4 +1070,4 @@ ################################################################################ # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , lib/Awt2dLibraries.gmk)) +$(eval $(call IncludeCustomExtension, lib/Awt2dLibraries.gmk)) --- old/make/lib/CoreLibraries.gmk 2017-10-05 11:56:14.452552569 +0200 +++ new/make/lib/CoreLibraries.gmk 2017-10-05 11:56:14.192556674 +0200 @@ -26,7 +26,7 @@ WIN_VERIFY_LIB := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libverify/verify.lib # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , lib/CoreLibraries.gmk)) +$(eval $(call IncludeCustomExtension, lib/CoreLibraries.gmk)) ########################################################################################## --- old/make/lib/Lib-java.instrument.gmk 2017-10-05 11:56:15.076542719 +0200 +++ new/make/lib/Lib-java.instrument.gmk 2017-10-05 11:56:14.828546634 +0200 @@ -26,7 +26,7 @@ include LibCommon.gmk # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , lib/Lib-java.instrument.gmk)) +$(eval $(call IncludeCustomExtension, lib/Lib-java.instrument.gmk)) ################################################################################ --- old/make/lib/Lib-java.management.gmk 2017-10-05 11:56:15.688533058 +0200 +++ new/make/lib/Lib-java.management.gmk 2017-10-05 11:56:15.448536846 +0200 @@ -26,7 +26,7 @@ include LibCommon.gmk # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , lib/Lib-java.management.gmk)) +$(eval $(call IncludeCustomExtension, lib/Lib-java.management.gmk)) ################################################################################ --- old/make/lib/Lib-jdk.hotspot.agent.gmk 2017-10-05 11:56:16.320523081 +0200 +++ new/make/lib/Lib-jdk.hotspot.agent.gmk 2017-10-05 11:56:16.072526996 +0200 @@ -25,7 +25,7 @@ include NativeCompilation.gmk -$(eval $(call IncludeCustomExtension, , hotspot/lib/Lib-jdk.hotspot.agent.gmk)) +$(eval $(call IncludeCustomExtension, hotspot/lib/Lib-jdk.hotspot.agent.gmk)) ################################################################################ --- old/make/lib/Lib-jdk.management.gmk 2017-10-05 11:56:16.960512978 +0200 +++ new/make/lib/Lib-jdk.management.gmk 2017-10-05 11:56:16.692517209 +0200 @@ -26,7 +26,7 @@ include LibCommon.gmk # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , lib/Lib-jdk.management.gmk)) +$(eval $(call IncludeCustomExtension, lib/Lib-jdk.management.gmk)) ################################################################################ --- old/make/lib/LibCommon.gmk 2017-10-05 11:56:17.608502748 +0200 +++ new/make/lib/LibCommon.gmk 2017-10-05 11:56:17.340506979 +0200 @@ -26,7 +26,7 @@ include NativeCompilation.gmk # Hook to include the corresponding custom file, if present. -$(eval $(call IncludeCustomExtension, , lib/LibCommon.gmk)) +$(eval $(call IncludeCustomExtension, lib/LibCommon.gmk)) ################################################################################ --- old/make/test/JtregNativeHotspot.gmk 2017-10-05 11:56:18.232492898 +0200 +++ new/make/test/JtregNativeHotspot.gmk 2017-10-05 11:56:17.976496939 +0200 @@ -35,7 +35,7 @@ include MakeBase.gmk include TestFilesCompilation.gmk -$(eval $(call IncludeCustomExtension, , hotspot/test/JtregNative.gmk)) +$(eval $(call IncludeCustomExtension, hotspot/test/JtregNative.gmk)) ################################################################################ # Targets for building the native tests themselves. --- old/make/test/JtregNativeJdk.gmk 2017-10-05 11:56:18.856483048 +0200 +++ new/make/test/JtregNativeJdk.gmk 2017-10-05 11:56:18.600487089 +0200 @@ -35,7 +35,7 @@ include MakeBase.gmk include TestFilesCompilation.gmk -$(eval $(call IncludeCustomExtension, , test/JtregNative.gmk)) +$(eval $(call IncludeCustomExtension, test/JtregNative.gmk)) ################################################################################ # Targets for building the native tests themselves.