From: Richard Levitte Date: Mon, 20 Apr 2015 23:40:36 +0000 (+0200) Subject: test/Makefile dclean cleans out a few files too many. X-Git-Tag: OpenSSL_1_1_0-pre1~1291 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=a169a93a6f1c7cb555c0a058da360d84375813d3 test/Makefile dclean cleans out a few files too many. The files removed are the ones that were symbolic links before, but aren't now, so we should not remove them any more. Reviewed-by: Stephen Henson --- diff --git a/test/Makefile b/test/Makefile index e3fb791e10..74fdf459eb 100644 --- a/test/Makefile +++ b/test/Makefile @@ -405,8 +405,7 @@ depend: dclean: $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new mv -f Makefile.new $(MAKEFILE) - rm -f $(SRC) $(SHA256TEST).c $(SHA512TEST).c evptests.txt newkey.pem testkey.pem \ - testreq.pem + rm -f newkey.pem testkey.pem testreq.pem clean: rm -f .rnd tmp.bntest tmp.bctest *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff $(EXE) *.ss *.srl log dummytest