Currently 'make print-targets' print all targets on the same line separated by space. That isn't only terribly to read but hard to "grep". Printing each target on a separate line seems much better.
Tested on: Linux x64, Windows x64 and MacOS AArch64 ------------- Commit messages: - Print targets in separate lines Changes: https://git.openjdk.org/jdk/pull/15479/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15479&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8315278 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/15479.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/15479/head:pull/15479 PR: https://git.openjdk.org/jdk/pull/15479