[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Rich Salz
rsalz at openssl.org
Wed Feb 1 19:13:12 UTC 2017
The branch OpenSSL_1_1_0-stable has been updated
via d7155335a56c2bc0d399336c46fefb497cc1131c (commit)
from dfb109c522a450af7f387d66ad32afeee87f9805 (commit)
- Log -----------------------------------------------------------------
commit d7155335a56c2bc0d399336c46fefb497cc1131c
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date: Wed Feb 1 19:10:03 2017 +0100
remove test/.rnd on make clean
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2344)
(cherry picked from commit 122fa088524571a3b60ebf301873f69afdac8f7a)
-----------------------------------------------------------------------
Summary of changes:
Configurations/unix-Makefile.tmpl | 1 +
1 file changed, 1 insertion(+)
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 9f0990c..c029817 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -285,6 +285,7 @@ clean: libclean
-$(RM) `find . -name '*{- $objext -}' -a \! -path "./.git/*"`
$(RM) core
$(RM) tags TAGS
+ $(RM) test/.rnd
$(RM) openssl.pc libcrypto.pc libssl.pc
-$(RM) `find . -type l -a \! -path "./.git/*"`
$(RM) $(TARFILE)
More information about the openssl-commits
mailing list