[JDK-8348998](https://bugs.openjdk.org/browse/JDK-8348998) broke tab completion 
for all init targets, i.e. `print-modules print-targets print-configuration 
print-tests reconfigure pre-compare-build post-compare-build`, of which 
`reconfigure` was probably the hardest hit.

The solution is to move the declaration of ALL_INIT_TARGETS so it is available 
even for the `SKIP_SPEC=true` part of PreInit.gmk.

-------------

Commit messages:
 - 8349467: INIT_TARGETS tab completions on "make" lost with JDK-8348998

Changes: https://git.openjdk.org/jdk/pull/24392/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24392&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8349467
  Stats: 8 lines in 1 file changed: 4 ins; 4 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/24392.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24392/head:pull/24392

PR: https://git.openjdk.org/jdk/pull/24392

Reply via email to