This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch remove_zip
in repository https://gitbox.apache.org/repos/asf/datasketches-bigquery.git

commit bf96aaeee21ce5640f942c0742bd267d3b536877
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Fri Dec 13 20:26:46 2024 -0800

    remove downloaded zip after unpacking
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 594dce0..4da0614 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ datasketches-cpp:
        wget 
https://github.com/apache/datasketches-cpp/archive/refs/tags/$(DATASKETCHES_CPP_VERSION).zip
        mv $(DATASKETCHES_CPP_VERSION).zip 
datasketches-cpp-$(DATASKETCHES_CPP_VERSION).zip
        unzip datasketches-cpp-$(DATASKETCHES_CPP_VERSION).zip
+       rm datasketches-cpp-$(DATASKETCHES_CPP_VERSION).zip
        ln -s datasketches-cpp-$(DATASKETCHES_CPP_VERSION) datasketches-cpp
 
 MODCLEAN = $(addsuffix .clean, $(MODULES))


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to