Make targets

Iris Clark iris.clark at oracle.com
Fri Apr 9 19:59:49 UTC 2021


Hi, Jesper.

I second "make docs".  That and "make clean" are my most used make targets when I'm working on the platform JSR.  (Yes, that's pretty unique and rather specific...)

Note that a number of classes in the javadoc API are generated during the build, so "make docs" might do more than simply invoke javadoc, depending on the state of your build.

Thanks,
Iris

________________________________
From: guide-dev <guide-dev-retn at openjdk.java.net> on behalf of Joe Darcy <joe.darcy at oracle.com>
Sent: Friday, April 9, 2021 12:13 PM
To: Jesper Wilhelmsson <jesper.wilhelmsson at oracle.com>; guide-dev at openjdk.java.net <guide-dev at openjdk.java.net>
Subject: Re: Make targets

If updating the javadoc, I recommend "make docs" to check the results.

-Joe

On 4/9/2021 4:42 AM, Jesper Wilhelmsson wrote:
> Hi,
>
> I'm writing a section about building the JDK from source and need some inspiration :-)
>
> What make targets do you normally use and why?
>
> Thanks!
> /Jesper
>


More information about the guide-dev mailing list