Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0de30815 authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

Merge "Fix dump-products."

parents ae6bf495 9b8e6cf0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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.
+0 −5
Original line number Diff line number Diff line
@@ -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.
#