Contribution to make/Docs.gmk
Erik Joelsson
erik.joelsson at oracle.com
Fri Apr 27 16:43:48 UTC 2018
Looks good, I will take care of this and the other contribution.
/Erik
On 2018-04-27 03:31, Archana Nogriya wrote:
> I am looking for reviewer and sponsor for this contribution, Is anyone who
> can review this please and happy to sponsor for this contribution as
> appropriate.
>
> Hi,
>
> "make/Docs.gmk", JDK_MODULES is only sorted with DOCS_MODULES, where It
> should also filter-out MODULES_FILTER for javadocs modules.
>
> # All modules to have docs generated by docs-jdk-api target
>>> -JDK_MODULES := $(sort $(DOCS_MODULES))
>>> +JDK_MODULES := $(sort $(filter-out $(MODULES_FILTER),
> $(DOCS_MODULES)))
>
>
> Thanks and Regards
> Archana Nogriya
> IBM Java Runtime, Open Java Developer
> IBM Hursley
> Tel: Internal - 247073, External - +44 (0) 1962 81 7073
> Office Mobile: 07500095480
> Email: archana.nogriya at uk.ibm.com
>
>
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number
> 741598.
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
>
>
>
>
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number
> 741598.
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
More information about the build-dev
mailing list