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:
dfb109c
)
remove test/.rnd on make clean
author
Bernd Edlinger
<bernd.edlinger@hotmail.de>
Wed, 1 Feb 2017 18:10:03 +0000
(19:10 +0100)
committer
Rich Salz
<rsalz@openssl.org>
Wed, 1 Feb 2017 19:13:05 +0000
(14:13 -0500)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2344)
(cherry picked from commit
122fa088524571a3b60ebf301873f69afdac8f7a
)
Configurations/unix-Makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/unix-Makefile.tmpl
b/Configurations/unix-Makefile.tmpl
index 9f0990ca39d5726e85e07c806665f9e6091e5d83..c02981774e4b358ab4370c5a056e4c5a27ccc978 100644
(file)
--- a/
Configurations/unix-Makefile.tmpl
+++ b/
Configurations/unix-Makefile.tmpl
@@
-285,6
+285,7
@@
clean: libclean
-$(RM) `find . -name '*{- $objext -}' -a \! -path "./.git/*"`
$(RM) core
$(RM) tags TAGS
+ $(RM) test/.rnd
$(RM) openssl.pc libcrypto.pc libssl.pc
-$(RM) `find . -type l -a \! -path "./.git/*"`
$(RM) $(TARFILE)