The branch master has been updated
       via  f58f7ec9397de7b752aa547e2677933559a657db (commit)
      from  45e72d1f279fc56045459839407ae44e806414f0 (commit)


- Log -----------------------------------------------------------------
commit f58f7ec9397de7b752aa547e2677933559a657db
Author: Richard Levitte <levi...@openssl.org>
Date:   Thu Apr 22 14:37:40 2021 +0200

    Don't remove $(TARFILE) when cleaning
    
    This file is outside the source tree, so we have no business removing
    it.  This is especially concerning if that was the tarball the user
    had to create the source tree.
    
    Fixes #14981
    
    Reviewed-by: Tomas Mraz <to...@openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/14985)

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

Summary of changes:
 Configurations/unix-Makefile.tmpl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Configurations/unix-Makefile.tmpl 
b/Configurations/unix-Makefile.tmpl
index c4755c54cd..be6036c227 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -561,7 +561,6 @@ clean: libclean
        $(RM) -r test/test-runs
        $(RM) openssl.pc libcrypto.pc libssl.pc
        -find . -type l \! -name '.*' -exec $(RM) {} \;
-       $(RM) $(TARFILE)
 
 distclean: clean
        $(RM) configdata.pm

Reply via email to