]> git.ipfire.org Git - thirdparty/openssl.git/commit
Don't remove $(TARFILE) when cleaning
authorRichard Levitte <levitte@openssl.org>
Thu, 22 Apr 2021 12:37:40 +0000 (14:37 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 23 Apr 2021 14:27:56 +0000 (16:27 +0200)
commitf58f7ec9397de7b752aa547e2677933559a657db
tree283ccd3eb4d01dbdca95864118acfe29d29e3d9c
parent45e72d1f279fc56045459839407ae44e806414f0
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 <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14985)
Configurations/unix-Makefile.tmpl