[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Ben Laurie
ben at openssl.org
Sun Oct 2 22:36:02 UTC 2016
The branch OpenSSL_1_1_0-stable has been updated
via 174ec019c3eb37f552d781a1549cdbccb81627ae (commit)
via 941005df14e249fc2133240fe46884acd908b83e (commit)
from dc2a7e42a2df59a344804d5cb23e5893b4842aa3 (commit)
- Log -----------------------------------------------------------------
commit 174ec019c3eb37f552d781a1549cdbccb81627ae
Author: Ben Laurie <ben at links.org>
Date: Sat Oct 1 12:41:36 2016 +0100
Remove untrue comment.
Reviewed-by: Richard Levitte <levitte at openssl.org>
commit 941005df14e249fc2133240fe46884acd908b83e
Author: Ben Laurie <ben at links.org>
Date: Sat Oct 1 12:40:58 2016 +0100
Make dependencies if Makefile is new.
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
Configurations/unix-Makefile.tmpl | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 5e21e7f..021f8c1 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -301,13 +301,11 @@ distclean: clean
$(RM) configdata.pm
$(RM) Makefile
-# This exists solely for those who still type 'make depend'
-#
# We check if any depfile is newer than Makefile and decide to
# concatenate only if that is true.
depend:
@: {- output_off() if $disabled{makedepend}; "" -}
- @if [ -n "`find $(DEPS) -newer Makefile 2>/dev/null; exit 0`" ]; then \
+ @if egrep "^# DO NOT DELETE THIS LINE" Makefile >/dev/null && [ -z "`find $(DEPS) -newer Makefile 2>/dev/null; exit 0`" ]; then :; else \
( sed -e '/^# DO NOT DELETE THIS LINE.*/,$$d' < Makefile; \
echo '# DO NOT DELETE THIS LINE -- make depend depends on it.'; \
echo; \
More information about the openssl-commits
mailing list