Loading core/main.mk +5 −0 Original line number Diff line number Diff line Loading @@ -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. Loading core/product_config.mk +0 −5 Original line number Diff line number Diff line Loading @@ -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. # Loading Loading
core/main.mk +5 −0 Original line number Diff line number Diff line Loading @@ -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. Loading
core/product_config.mk +0 −5 Original line number Diff line number Diff line Loading @@ -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. # Loading