summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-03-09 15:01:42 +0100
committerBodo Möller <bodo@openssl.org>2001-03-09 15:01:42 +0100
commit4e20b1a65628c299d078f8658787a2203171a285 (patch)
treea16bd4ca40c94b878b05e2f9a76f6521f99a8af3 /ssl
parentUpdate docs. (diff)
downloadopenssl-4e20b1a65628c299d078f8658787a2203171a285.tar.xz
openssl-4e20b1a65628c299d078f8658787a2203171a285.zip
Instead of telling both 'make' and the user that ranlib
errors can be tolerated, hide the error from 'make'. This gives shorter output both if ranlib fails and if it works.
Diffstat (limited to 'ssl')
-rw-r--r--ssl/Makefile.ssl3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssl/Makefile.ssl b/ssl/Makefile.ssl
index 7fb8112a6e..066395974b 100644
--- a/ssl/Makefile.ssl
+++ b/ssl/Makefile.ssl
@@ -59,8 +59,7 @@ all: lib
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
- @echo You may get an error following this line. Please ignore.
- - $(RANLIB) $(LIB)
+ $(RANLIB) $(LIB) || echo Never mind.
@touch lib
files: