Instead of telling both 'make' and the user that ranlib
authorBodo Möller <bodo@openssl.org>
Fri, 9 Mar 2001 14:01:42 +0000 (14:01 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 9 Mar 2001 14:01:42 +0000 (14:01 +0000)
errors can be tolerated, hide the error from 'make'.
This gives shorter output both if ranlib fails and if
it works.

39 files changed:
crypto/Makefile.ssl
crypto/asn1/Makefile.ssl
crypto/bf/Makefile.ssl
crypto/bio/Makefile.ssl
crypto/bn/Makefile.ssl
crypto/buffer/Makefile.ssl
crypto/cast/Makefile.ssl
crypto/comp/Makefile.ssl
crypto/conf/Makefile.ssl
crypto/des/Makefile.ssl
crypto/dh/Makefile.ssl
crypto/dsa/Makefile.ssl
crypto/dso/Makefile.ssl
crypto/ec/Makefile.ssl
crypto/err/Makefile.ssl
crypto/evp/Makefile.ssl
crypto/hmac/Makefile.ssl
crypto/idea/Makefile.ssl
crypto/lhash/Makefile.ssl
crypto/md2/Makefile.ssl
crypto/md4/Makefile.ssl
crypto/md5/Makefile.ssl
crypto/mdc2/Makefile.ssl
crypto/objects/Makefile.ssl
crypto/pem/Makefile.ssl
crypto/pkcs12/Makefile.ssl
crypto/pkcs7/Makefile.ssl
crypto/rand/Makefile.ssl
crypto/rc2/Makefile.ssl
crypto/rc4/Makefile.ssl
crypto/rc5/Makefile.ssl
crypto/ripemd/Makefile.ssl
crypto/rsa/Makefile.ssl
crypto/sha/Makefile.ssl
crypto/stack/Makefile.ssl
crypto/txt_db/Makefile.ssl
crypto/x509/Makefile.ssl
crypto/x509v3/Makefile.ssl
ssl/Makefile.ssl

index 7a6d7f2cf6c39f51f92b2f69289adeb637bd6a11..0f522b4accb8165f33f2ef45d6f0d819d53b2df0 100644 (file)
@@ -91,8 +91,7 @@ links:
 
 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
 
 libs:
index 08d4a5dfcfca7718c78fcf368c94a255a1a17865..882bd36f1a0069a163d5daf6578561a4f3562fd5 100644 (file)
@@ -70,8 +70,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:
index e27bf6306a2c0376e49e1471860cc667ee12ed50..1b1cb8842fe75b471964bd0913db4c60b312b88b 100644 (file)
@@ -45,8 +45,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
 
 # elf
index ca019ef495966c2b53c8f932517ee778e83619ee..ead89c3251855b193b9cc467a007418f41bdb5cc 100644 (file)
@@ -50,8 +50,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:
index 7fa6aded53c7a0cbe0e2772c007e3fbdde5f8332..17a289ab6db1380ff5c4895f321c0e2201b05bb0 100644 (file)
@@ -69,8 +69,7 @@ bnbug: bnbug.c ../../libcrypto.a top
 
 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
 
 # elf
index 3e18c7ba57bdcad493999296d699257370425607..1ee63940d024f275f871c7782c359ec01179f562 100644 (file)
@@ -40,8 +40,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:
index 4a1f9d379c70c2e3378a5b4222021283417b8e58..75d97b0fbe9fa6644114798b9534b4983045933c 100644 (file)
@@ -48,8 +48,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
 
 # elf
index 6ca8c5e30561707b6983a61326d7bb204bf50994..dccaa078dd4be71c411372b3a7dd86046f34be16 100644 (file)
@@ -43,8 +43,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:
index 4bddc3ffd3b27bcac9983ba8f9796aa4bc2ce544..4e7904cfee29b255e3d01db3fa5dc8b0f9b97c90 100644 (file)
@@ -41,8 +41,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:
index fda97fd45c5add78e2ed86b43c53fabb790080bd..5658172583dd078a5f68a325e86b92cd52b676ca 100644 (file)
@@ -58,8 +58,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
 
 des: des.o cbc3_enc.o lib
index 4e4527a2898ac37ae5eaff5306b5ccb7a4e36be5..a519ef2c37fac4639737442f05f185da4d382ff6 100644 (file)
@@ -40,8 +40,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:
index 82f039a90083fbef5a7cfc4b33127ad25ee4f672..255d58f3428d6f42ddd5b77ded2317b85638328c 100644 (file)
@@ -42,8 +42,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:
index a1f2b345badb8f46d31037ffb71e386ed6dfbc90..c47ca2d78c0ca86ff00e0a69f941cdd3272b2080 100644 (file)
@@ -42,8 +42,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:
index 046692ff5b4e3f07ec9771625cd27202431c5e62..ed3cd0453e687790da50f8a38d658f03e9b3650a 100644 (file)
@@ -43,8 +43,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:
index 465f0e3887e0c6659c70b04131718027754041be..adfd1fd0b482d52e08fe5632f87bb382de3e553f 100644 (file)
@@ -40,8 +40,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:
index a2c5653e19cce29253fcdb25a949477e59f0b791..cb34098c070a235165674de544d0146bca351c7e 100644 (file)
@@ -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:
index 620c55a56e945b6609ea12501fb6d95103f89ee9..9b24e29941456c812129f2b152584599b2c01731 100644 (file)
@@ -40,8 +40,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:
index f2138ee3dc47d3b52e9422f5c4d12be02c74b525..a3ac9203712d18fa716dc04cad85e7fbdb8d0daf 100644 (file)
@@ -40,8 +40,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:
index 3130a415bf3f04b53bd575580d874fc9a8e0b6d2..a6851bcd360273e73c8ebfa5b0d9ccd3aac58d37 100644 (file)
@@ -40,8 +40,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:
index 3601c906fd69de2f679b7b7ef15b420697147f6a..fcdd970973e9904aea2baa779561223d37a79a1c 100644 (file)
@@ -40,8 +40,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:
index 139c9b76e25eb0c4eb9c1ba0ecca51502b46760a..12eee136085792a5d3d506dfd45512a7073ec205 100644 (file)
@@ -41,8 +41,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:
index 4764fcff274e932d6aa3cef80048878f18aeabda..fd0d63c3391415d57ca7214363135fafcfe62aff 100644 (file)
@@ -51,8 +51,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
 
 # elf
index 4464007a1277ecf97e8c0de4d54e0be274629c88..58bdb0dd9cdf6e22e73d0351a21245b0419393b5 100644 (file)
@@ -40,8 +40,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:
index f12602ee01e55180374901cb3886acc46c4cd60b..fb29628b043efc3cdd36cfa46bd369d32a62d074 100644 (file)
@@ -41,8 +41,7 @@ all:  obj_dat.h 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
 
 obj_dat.h: obj_dat.pl obj_mac.h
index e9ee68ae90bcb6690ef7930d619edbf5c26769c2..d8bccd4541ee136cd740cc6e4c786112a1ffc964 100644 (file)
@@ -41,8 +41,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:
index 290055f8f73441cca5c84b06520d1cc776f5d08c..dd2a0cd7a682115104a82c626f60a3e31028e031 100644 (file)
@@ -46,8 +46,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:
index e320fedabc8c355f02a1ba7af9c1538d3da6dcbc..26ee99de8e5621d2209a040905b2a07de6637d6f 100644 (file)
@@ -61,8 +61,7 @@ verify: verify.o example.o 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:
index e689ba582f85650abe887078fb6c6f074ecef57a..97a67e630333e03b3108beaa153f55666149b87c 100644 (file)
@@ -42,8 +42,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:
index 6f0d93842e113a39fcee8a5b387d8f748b76974f..c233b0fa0c771842a9cde7af386ebf871942b80a 100644 (file)
@@ -40,8 +40,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:
index 52ca924e4ab52adda48c314d493299da3600a80b..5214e512fc53d84dbc448f9b3c4396e62cb10dbf 100644 (file)
@@ -48,8 +48,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
 
 # elf
index a8696bb8540820ad2ecb5bd8c28971d6c14084d7..10deca5ace71e8d5255d804016c898741a310e12 100644 (file)
@@ -45,8 +45,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
 
 # elf
index 4f045f356e86d04fdfed0964682e1760ba639057..eb819e64f5a095c7509fa57c25f39bc577b498eb 100644 (file)
@@ -43,8 +43,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
 
 # elf
index 1de67601165bedb18ad72f2abd5b7b5f70143635..b3e5dc9654121820fd5643bd2c3dd1eda8564dbc 100644 (file)
@@ -44,8 +44,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:
index 5e514102224ccd8188a1679b701024f7891c776a..51ba7811c4a093be2fcf4f23a001307b0abe1384 100644 (file)
@@ -43,8 +43,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
 
 # elf
index dc368f67cc108ad21fc3d3fbdfb1bcd6eb3e55a1..16219af9a93b602a25487b54b44f18e4843be9ea 100644 (file)
@@ -40,8 +40,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:
index ea9de14874a91cbac26563a7ce25a6aaaafc1b2e..f681065da319d8e9e71547881efefb6c4c97072e 100644 (file)
@@ -40,8 +40,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:
index 7d265c1048c79278bc17d660e4c2f1412f7d4893..863b204fb1da023c7486282da026b10638fb3c42 100644 (file)
@@ -50,8 +50,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:
index f0b7028d2a1f85b883cad417fece4ea84d16230a..97d26fd2eb91e8ea7f3bd996f2e99261ba148d0d 100644 (file)
@@ -46,8 +46,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:
index 7fb8112a6ef090a7a8d96d0a13a578135a9690ab..066395974bd824cd72f2ebf7a471c75e67a0c2a3 100644 (file)
@@ -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: