Integrated: 8292244: Remove unnecessary include directories
Daniel Jeliński
djelinski at openjdk.org
Fri Aug 12 05:26:21 UTC 2022
On Thu, 11 Aug 2022 09:56:29 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:
> Remove `java.base:include` from `EXTRA_HEADER_DIRS`.
>
> The directory contains base versions of the files present in `<build>/support/modules_include/java.base`; the latter is automatically [included in every JDK library build](https://github.com/openjdk/jdk/blob/master/make/autoconf/flags-cflags.m4#L434).
>
> Verified that:
> - cl.exe command line contains `-I<stuff>/modules_include/java.base`
> - Windows, Linux and Mac builds still pass
This pull request has now been integrated.
Changeset: 45e5b31a
Author: Daniel Jeliński <djelinski at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/45e5b31a183e2ddca8f8d10a922b20af97efdaff
Stats: 6 lines in 2 files changed: 0 ins; 5 del; 1 mod
8292244: Remove unnecessary include directories
Reviewed-by: erikj, prr
-------------
PR: https://git.openjdk.org/jdk/pull/9835
More information about the build-dev
mailing list