From 04d42270ba76d1c9dad2e383d109084e60a2ac12 Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Sun, 5 Feb 2017 12:38:09 +0100 Subject: [PATCH] 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) --- Makefile.org | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.25.1