From: Richard Levitte Date: Thu, 22 Apr 2021 12:37:40 +0000 (+0200) Subject: Don't remove $(TARFILE) when cleaning X-Git-Tag: openssl-3.0.0-alpha16~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f58f7ec9397de7b752aa547e2677933559a657db;p=thirdparty%2Fopenssl.git 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 (Merged from https://github.com/openssl/openssl/pull/14985) --- diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index c4755c54cd6..be6036c227e 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