Re: RFR: 8268895: Do not filter out man pages from build

2024-11-08 Thread David Holmes
On Fri, 8 Nov 2024 09:20:50 GMT, Magnus Ihse Bursie wrote: >> make/autoconf/jdk-options.m4 line 641: >> >>> 639: >>> >>> 640: # >>> 641: # Optionally disable man pages (deprecated) >> >> Elsewhere in JDK "deprecat

Re: RFR: 8268895: Do not filter out man pages from build

2024-11-08 Thread Julian Waters
On Wed, 6 Nov 2024 16:27:42 GMT, Magnus Ihse Bursie wrote: > Due to historical reasons, Oracle builds of OpenJDK do not include the man > pages that are present in the OpenJDK source repo. Oracle JDK builds include > man pages, and most likely all other OpenJDK builds. > > There is no need to

Re: RFR: 8268895: Do not filter out man pages from build

2024-11-08 Thread Magnus Ihse Bursie
On Fri, 8 Nov 2024 01:43:09 GMT, David Holmes wrote: >> Due to historical reasons, Oracle builds of OpenJDK do not include the man >> pages that are present in the OpenJDK source repo. Oracle JDK builds include >> man pages, and most likely all other OpenJDK builds. >> >> There is no need to l

Re: RFR: 8268895: Do not filter out man pages from build

2024-11-07 Thread David Holmes
On Wed, 6 Nov 2024 16:27:42 GMT, Magnus Ihse Bursie wrote: > Due to historical reasons, Oracle builds of OpenJDK do not include the man > pages that are present in the OpenJDK source repo. Oracle JDK builds include > man pages, and most likely all other OpenJDK builds. > > There is no need to

RFR: 8268895: Do not filter out man pages from build

2024-11-06 Thread Magnus Ihse Bursie
Due to historical reasons, Oracle builds of OpenJDK do not include the man pages that are present in the OpenJDK source repo. Oracle JDK builds include man pages, and most likely all other OpenJDK builds. There is no need to leave out the man pages; nor to even have a mechanism for doing so. -