[Libreoffice-commits] .: solenv/gbuild

David Tardon dtardon at kemper.freedesktop.org
Thu Sep 8 23:18:19 PDT 2011


 solenv/gbuild/Zip.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 26c2d9ac9968e78a6363a0dae9e9379a30928709
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Sep 9 08:17:49 2011 +0200

    announce building of zip archives

diff --git a/solenv/gbuild/Zip.mk b/solenv/gbuild/Zip.mk
index aa0bb10..6961140 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) )


More information about the Libreoffice-commits mailing list