From 1bd2683d17ef3bf2c1d4121e228bbd532fc39651 Mon Sep 17 00:00:00 2001 From: ignaciogarcia Date: Wed, 26 Oct 2022 17:18:26 +0200 Subject: [PATCH] PEMA-107 Make sure we remove the untared source afterwards --- android/external/downloads/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/external/downloads/Makefile b/android/external/downloads/Makefile index 4d66ce3..cc2bc09 100644 --- a/android/external/downloads/Makefile +++ b/android/external/downloads/Makefile @@ -37,6 +37,7 @@ ossp-uuid_1.6.2.orig-patched.tar.gz: ossp-uuid_1.6.2.orig.tar.gz tar -xvf $< -patch -N -p1 --reject-file=- uuid-1.6.2/libtool.m4 ../libtool-Add-Android-Linux-support-iconv.patch tar -czvf $@ uuid-1.6.2 + rm -rf uuid-1.6.2 ossp-uuid_1.6.2.orig.tar.gz: wget http://http.debian.net/debian/pool/main/o/ossp-uuid/ossp-uuid_1.6.2.orig.tar.gz @@ -55,6 +56,7 @@ nettle-$(NETTLE_VERSION)-patched.tar.gz: nettle-$(NETTLE_VERSION).tar.gz -patch -N -p1 --reject-file=- nettle-$(NETTLE_VERSION)/configure.ac ../nettle-3.4.1-remove-so-versioning.patch -patch -N -p1 --reject-file=- nettle-$(NETTLE_VERSION)/Makefile.in ../nettle-3.4.1-remove-so-versioning-link.patch tar -czvf $@ nettle-$(NETTLE_VERSION) + rm -rf nettle-$(NETTLE_VERSION) nettle-$(NETTLE_VERSION).tar.gz: wget -nc https://ftp.gnu.org/gnu/nettle/nettle-$(NETTLE_VERSION).tar.gz