[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Wed Feb 1 19:12:53 UTC 2017
The branch master has been updated
via 122fa088524571a3b60ebf301873f69afdac8f7a (commit)
from 222da979182705b11aeea71aa1af557fd45ebc67 (commit)
- Log -----------------------------------------------------------------
commit 122fa088524571a3b60ebf301873f69afdac8f7a
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)
-----------------------------------------------------------------------
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 a2b197d..87a9e1b 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -290,6 +290,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