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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new c6f474bf No target clean-native; cannot be used
c6f474bf is described below

commit c6f474bffe67780983a2603fa6a5ed0105aa7f94
Author: Sebb <s...@apache.org>
AuthorDate: Wed Nov 1 11:23:51 2023 +0000

    No target clean-native; cannot be used
---
 Makefile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/Makefile b/Makefile
index a079bae7..12d6ea91 100644
--- a/Makefile
+++ b/Makefile
@@ -119,9 +119,3 @@ linux-armhf:
 # for cross-compilation on Ubuntu, install the g++-aarch64-linux-gnu
 linux-aarch64:
        $(MAKE) native CROSS_PREFIX=aarch64-linux-gnu- OS_NAME=Linux 
OS_ARCH=aarch64
-
-clean-native-linux32:
-       $(MAKE) clean-native OS_NAME=Linux OS_ARCH=x86
-
-clean-native-win32:
-       $(MAKE) clean-native OS_NAME=Windows OS_ARCH=x86

Reply via email to