mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8315278: Patch 'print-targets' target to print targets separated by new line
Reviewed-by: erikj, ksakata
This commit is contained in:
parent
7754ac0506
commit
764f65c8b4
@ -1431,13 +1431,13 @@ ALL_TARGETS += $(addsuffix -only, $(filter-out dist-clean clean%, $(ALL_TARGETS)
|
|||||||
# are internal only, to support Init.gmk.
|
# are internal only, to support Init.gmk.
|
||||||
|
|
||||||
print-targets:
|
print-targets:
|
||||||
@$(ECHO) $(sort $(ALL_TARGETS))
|
$(info $(subst $(SPACE),$(NEWLINE),$(sort $(ALL_TARGETS))))
|
||||||
|
|
||||||
print-modules:
|
print-modules:
|
||||||
@$(ECHO) $(sort $(ALL_MODULES))
|
$(info $(subst $(SPACE),$(NEWLINE),$(sort $(ALL_MODULES))))
|
||||||
|
|
||||||
print-tests:
|
print-tests:
|
||||||
@$(ECHO) $(sort $(ALL_NAMED_TESTS))
|
$(info $(subst $(SPACE),$(NEWLINE),$(sort $(ALL_NAMED_TESTS))))
|
||||||
|
|
||||||
create-main-targets-include:
|
create-main-targets-include:
|
||||||
$(call LogInfo, Generating main target list)
|
$(call LogInfo, Generating main target list)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user