announce building of zip archives
This commit is contained in:
parent
b1aa69af4e
commit
26c2d9ac99
1 changed files with 1 additions and 0 deletions
|
@ -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) )
|
||||
|
|
Loading…
Reference in a new issue