A change made to ModuleWrapper.gmk as part of JDK-8244044 means that an included makefile is found in the current directory, so Make doesn't check the include dirs for overriding gmk files.
Recommend a minor, partial reversion of this changeset to ensure any override files are included instead. Bug: https://bugs.openjdk.java.net/browse/JDK-8252998 ------------- Commit messages: - 8252998: ModuleWrapper.gmk doesn't consult include path Changes: https://git.openjdk.java.net/jdk/pull/250/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=250&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8252998 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.java.net/jdk/pull/250.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/250/head:pull/250 PR: https://git.openjdk.java.net/jdk/pull/250