From: Bernd Edlinger Date: Sun, 5 Feb 2017 11:38:09 +0000 (+0100) Subject: Add a make distclean rule in the OpenSSL_1_0_2 branch X-Git-Tag: OpenSSL_1_0_2l~89 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=04d42270ba76d1c9dad2e383d109084e60a2ac12;p=oweals%2Fopenssl.git Add a make distclean rule in the OpenSSL_1_0_2 branch Reviewed-by: Andy Polyakov Reviewed-by: Richard Levitte Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2554) --- diff --git a/Makefile.org b/Makefile.org index 61a329b4f2..f51f0a756c 100644 --- a/Makefile.org +++ b/Makefile.org @@ -424,6 +424,14 @@ clean: libclean rm -fr $$i/*; \ done +distclean: clean + -$(RM) `find . -name .git -prune -o -type l -print` + $(RM) apps/CA.pl + $(RM) test/evptests.txt test/newkey.pem test/testkey.pem test/testreq.pem + $(RM) tools/c_rehash + $(RM) crypto/opensslconf.h + $(RM) Makefile Makefile.bak + makefile.one: files $(PERL) util/mk1mf.pl >makefile.one; \ sh util/do_ms.sh