On Wed, 27 Mar 2024 18:48:31 GMT, Phil Race <p...@openjdk.org> wrote:
>> Magnus Ihse Bursie has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix incorrect indentation > > make/modules/jdk.accessibility/Launcher.gmk line 30: > >> 28: ifeq ($(call isTargetOs, windows), true) >> 29: ACCESSIBILITY_SRCDIR := $(TOPDIR)/src/jdk.accessibility/windows/native >> 30: > > It looks like you determined that these aren't all needed in most cases ? > Since I don't see them being passed to the various builds any more. jabswitch > I'm sure won't need these but I'm a bit more surprised by the others .. We don't need to explicitly set those flags. In for example SetupInspector below, we add `common` and `toolscommon` to EXTRA_SRC, which will implicitly be added to include path, and `include/bridge` is added to EXTRA_HEADER_DIRS, so all of these are accounted for. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18510#discussion_r1541918407