work silently for make -s

This commit is contained in:
David Tardon 2011-09-13 15:03:17 +02:00
parent 37356b7b2a
commit c40f63454d

View file

@ -30,7 +30,7 @@
gb_Zip__get_preparation_target = $(WORKDIR)/Zip/$(1).prepare
gb_Zip_ZIPCOMMAND := zip
gb_Zip_ZIPCOMMAND := zip $(if $(findstring s,$(MAKEFLAGS)),-q)
# remove zip file in workdir and outdir
$(call gb_Zip_get_clean_target,%) :