summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-09-09 08:17:49 +0200
committerDavid Tardon <dtardon@redhat.com>2011-09-09 08:17:49 +0200
commit26c2d9ac9968e78a6363a0dae9e9379a30928709 (patch)
treeab2725b9c7bd570c8b4c2566e66d18b346f59901 /solenv
parentb1aa69af4e1e78433e376e654a7f908775c4b733 (diff)
announce building of zip archives
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/Zip.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/Zip.mk b/solenv/gbuild/Zip.mk
index aa0bb10f3537..6961140b5558 100644
--- a/solenv/gbuild/Zip.mk
+++ b/solenv/gbuild/Zip.mk
@@ -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) )