[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Rich Salz rsalz at openssl.org
Wed Feb 15 23:55:59 UTC 2017


The branch OpenSSL_1_0_2-stable has been updated
       via  04d42270ba76d1c9dad2e383d109084e60a2ac12 (commit)
      from  62cd6a8389128ec4dc5500bdd13889633c4a5ae0 (commit)


- Log -----------------------------------------------------------------
commit 04d42270ba76d1c9dad2e383d109084e60a2ac12
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date:   Sun Feb 5 12:38:09 2017 +0100

    Add a make distclean rule in the OpenSSL_1_0_2 branch
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/2554)

-----------------------------------------------------------------------

Summary of changes:
 Makefile.org | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Makefile.org b/Makefile.org
index 61a329b..f51f0a7 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


More information about the openssl-commits mailing list