Merge "Fix dump-products."

This commit is contained in:
Anton Hansson 2018-08-22 16:58:13 +00:00 committed by Gerrit Code Review
commit 0de30815ff
2 changed files with 5 additions and 5 deletions

View File

@ -1435,6 +1435,11 @@ modules:
@echo "$(call module-names-for-tag-list,$(ALL_MODULE_TAGS))" | \
tr -s ' ' '\n' | sort -u | $(COLUMN)
.PHONY: dump-products
dump-products:
$(dump-products)
@echo Successfully dumped products
.PHONY: nothing
nothing:
@echo Successfully read the makefiles.

View File

@ -243,11 +243,6 @@ $(foreach makefile,$(ARTIFACT_PATH_REQUIREMENT_PRODUCTS),\
# Sanity check
$(check-all-products)
ifneq ($(filter dump-products, $(MAKECMDGOALS)),)
$(dump-products)
$(error done)
endif
# Convert a short name like "sooner" into the path to the product
# file defining that product.
#