[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Tue Apr 21 19:17:15 UTC 2015
The branch master has been updated
via a169a93a6f1c7cb555c0a058da360d84375813d3 (commit)
from 6e3d015363ed09c4eff5c02ad41153387ffdf5af (commit)
- Log -----------------------------------------------------------------
commit a169a93a6f1c7cb555c0a058da360d84375813d3
Author: Richard Levitte <levitte at openssl.org>
Date: Tue Apr 21 01:40:36 2015 +0200
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 <steve at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
test/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/test/Makefile b/test/Makefile
index e3fb791..74fdf45 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
More information about the openssl-commits
mailing list