The branch OpenSSL_1_0_2-stable has been updated
via 04d42270ba76d1c9dad2e383d109084e60a2ac12 (commit)
from 62cd6a8389128ec4dc5500bdd13889633c4a5ae0 (commit)
- Log -----------------------------------------------------------------
commit 04d42270ba76d1c9dad2e383d109084e60a2ac12
Author: Bernd Edlinger <[email protected]>
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 <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Rich Salz <[email protected]>
(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
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits