Repository: commons-crypto Updated Branches: refs/heads/master 678b2bfc4 -> 977d40918
CRYPTO-98 Makefile does not use MVN or TAR variables Fixes #68 Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/977d4091 Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/977d4091 Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/977d4091 Branch: refs/heads/master Commit: 977d40918affc8056474f673dc7737a7e0ea598e Parents: 678b2bf Author: Sebb <s...@apache.org> Authored: Mon Jul 4 12:59:51 2016 +0100 Committer: Sebb <s...@apache.org> Committed: Mon Jul 4 12:59:51 2016 +0100 ---------------------------------------------------------------------- Makefile | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/977d4091/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 48ddb52..728f89d 100644 --- a/Makefile +++ b/Makefile @@ -17,17 +17,9 @@ # include Makefile.common -MVN:=mvn - COMMONS_CRYPTO_OUT:=$(TARGET)/$(commons-crypto)-$(os_arch) COMMONS_CRYPTO_OBJ:=$(addprefix $(COMMONS_CRYPTO_OUT)/,OpensslCryptoRandom.o OpenSslNative.o) -ifeq ($(OS_NAME),SunOS) - TAR:= gtar -else - TAR:= tar -endif - # Windows uses different path separators ifeq ($(OS_NAME),Windows) # Classpath separator