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:
c6aca19
)
Shut find up about files not found
author
Richard Levitte
<levitte@openssl.org>
Sat, 19 Mar 2016 01:11:31 +0000
(
02:11
+0100)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 19 Mar 2016 01:40:02 +0000
(
02:40
+0100)
Some of the files in $(DEPS) might not exist. We don't need to know.
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 77ba75b44aecd3090e0092ebc3fe62a9e37905c8..be42743a9f5d690a75e5413c90886b6c5d51dcc7 100644
(file)
--- a/
Configurations/unix-Makefile.tmpl
+++ b/
Configurations/unix-Makefile.tmpl
@@
-260,7
+260,7
@@
clean: libclean
# concatenate only if that is true.
depend:
@: {- output_off() if $disabled{makedepend}; "" -}
- @if [ -z "`find $(DEPS) -newer Makefile`" ]; then \
+ @if [ -z "`find $(DEPS) -newer Makefile
2>/dev/null
`" ]; then \
( sed -e '/^# DO NOT DELETE THIS LINE.*/,$$d' < Makefile; \
echo '# DO NOT DELETE THIS LINE -- make depend depends on it.'; \
echo; \