Integrated: 8350137: After JDK-8348975, Linux builds contain man pages for windows only tools

Nizar Benalla nbenalla at openjdk.org
Thu Feb 20 16:02:19 UTC 2025


On Wed, 19 Feb 2025 14:34:37 GMT, Nizar Benalla <nbenalla at openjdk.org> wrote:

> This patch fixes a regression where the windows tools man pages appeared on the Linux and the MacOS builds
> 
> The man pages found using `FindModuleManDirs` were used in both `Docs.gmk` used to generate the documentation for the JDK as well as in `LauncherCommon.gmk` here https://github.com/openjdk/jdk/blob/efbad00c4d7931177ccc5e9bce3b30dfbac94010/make/common/modules/LauncherCommon.gmk#L195
> 
> I've separated the logic between generated the docs and the man pages. I've checked on a MacOs machine and the man pages no longer appear.

This pull request has now been integrated.

Changeset: 53db5764
Author:    Nizar Benalla <nbenalla at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/53db57648a09c4c380064eea11fcdb680011d741
Stats:     9 lines in 2 files changed: 7 ins; 0 del; 2 mod

8350137: After JDK-8348975, Linux builds contain man pages for windows only tools

Reviewed-by: erikj

-------------

PR: https://git.openjdk.org/jdk/pull/23697


More information about the build-dev mailing list