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.
|
||||
|
||||
print-targets:
|
||||
@$(ECHO) $(sort $(ALL_TARGETS))
|
||||
$(info $(subst $(SPACE),$(NEWLINE),$(sort $(ALL_TARGETS))))
|
||||
|
||||
print-modules:
|
||||
@$(ECHO) $(sort $(ALL_MODULES))
|
||||
$(info $(subst $(SPACE),$(NEWLINE),$(sort $(ALL_MODULES))))
|
||||
|
||||
print-tests:
|
||||
@$(ECHO) $(sort $(ALL_NAMED_TESTS))
|
||||
$(info $(subst $(SPACE),$(NEWLINE),$(sort $(ALL_NAMED_TESTS))))
|
||||
|
||||
create-main-targets-include:
|
||||
$(call LogInfo, Generating main target list)
|
||||
|
Loading…
Reference in New Issue
Block a user