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:
ce5ed82
)
Unified 'make depend' has to cleanup after itself
author
Richard Levitte
<levitte@openssl.org>
Fri, 19 Feb 2016 22:34:25 +0000
(23:34 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 19 Feb 2016 22:34:25 +0000
(23:34 +0100)
It failed to remove lingering Makefile.new
Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/unix-Makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/unix-Makefile.tmpl
b/Configurations/unix-Makefile.tmpl
index 07e5a4125641799a6d61daf6539910d7cef6e959..9dc6d7dfe89097592ae846aca2b1791db491a299 100644
(file)
--- a/
Configurations/unix-Makefile.tmpl
+++ b/
Configurations/unix-Makefile.tmpl
@@
-256,6
+256,8
@@
Makefile: FORCE
done ) > Makefile.new
@if ! cmp Makefile.new Makefile >/dev/null 2>&1; then \
mv -f Makefile.new Makefile; \
+ else \
+ rm -f Makefile.new; \
fi
# Install helper targets #############################################