announce building of zip archives

This commit is contained in:
David Tardon 2011-09-09 08:17:49 +02:00
parent b1aa69af4e
commit 26c2d9ac99

View file

@ -41,6 +41,7 @@ $(call gb_Zip_get_clean_target,%) :
# rule to create zip package in workdir
# --filesync makes sure that all files in the zip package will be removed that no longer are in $(FILES)
$(call gb_Zip_get_target,%) :
$(call gb_Output_announce,$*,$(true),ZIP,3)
$(call gb_Helper_abbreviate_dirs_native,\
mkdir -p $(dir $(call gb_Zip_get_target,$*)) && \
cd $(LOCATION) && $(gb_Zip_ZIPCOMMAND) -rX --filesync $(call gb_Zip_get_target,$*) $(FILES) )