projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
204e41e
)
Have 'make clean' clean away the log files.
author
Richard Levitte
<levitte@openssl.org>
Tue, 28 Apr 2015 15:59:06 +0000
(17:59 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 7 Sep 2015 14:10:58 +0000
(16:10 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index a51a83567df619a6d4813c8df748a977c35d601f..9ead38ed01935b79f7bf97b70a4397321b9bc18d 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-171,7
+171,7
@@
dclean:
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
+ rm -f .rnd tmp.bntest tmp.bctest *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff $(EXE) *.ss *.srl log
*.log
dummytest
$(DLIBSSL):
(cd ..; $(MAKE) build_libssl)