On Thu, 1 Jul 2021 14:41:53 GMT, Jorn Vernee <jver...@openjdk.org> wrote:
> From the JBS issue: > > The idea.sh script invokes `make`, but doesn't specify a configuration. So, > when multiple configurations are present, this results in an error like this: > > > $ bash bin/idea.sh java.base > Error: No CONF given, but more than one configuration found. > Available configurations in /mnt/c/jdk/build: > * conf1 > * conf2 > * conf3 > Please retry building with CONF=<config pattern> (or SPEC=<spec file>). Marked as reviewed by erikj (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/4654