From e06a83ff7ebf8681f7eb31488a2d53e770a32a4e Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Sat, 16 Dec 2017 00:30:45 +0100 Subject: [PATCH] Remove test-runs dir Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/4942) --- Configurations/unix-Makefile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 39c44022df..454aff3ccf 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -291,7 +291,7 @@ clean: libclean -$(RM) `find . -name '*{- $objext -}' -a \! -path "./.git/*"` $(RM) core $(RM) tags TAGS doc-nits - $(RM) test/.rnd + $(RM) -r test/test-runs $(RM) openssl.pc libcrypto.pc libssl.pc -$(RM) `find . -type l -a \! -path "./.git/*"` $(RM) $(TARFILE) -- 2.25.1