Kaydet (Commit) b665f80b authored tarafından David Tardon's avatar David Tardon

do not print the dummy command for showdeliverables

Change-Id: I70b90e6551a8f4f093947abc382babedd9b784cd
üst 6ace132b
......@@ -85,6 +85,6 @@ showdeliverables :
$(eval MAKEFLAGS := s)
$(foreach deliverable,$(sort $(foreach list,$(gb_Deliver_DELIVERABLES_INDEX),$(gb_Deliver_DELIVERABLES_$(list)))),\
$(call gb_Deliver_print_deliverable,$(firstword $(subst :, ,$(deliverable))),$(lastword $(subst :, ,$(deliverable)))))
true
@true
# vim: set noet sw=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment