'ranlib' doesn't always run on some systems. That's actually
authorRichard Levitte <levitte@openssl.org>
Mon, 25 Sep 2000 08:53:15 +0000 (08:53 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 25 Sep 2000 08:53:15 +0000 (08:53 +0000)
acceptable, since all that happens if it fails is a library with
an index, which makes linking slower, but still working correctly.

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/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
rsaref/Makefile.ssl
ssl/Makefile.ssl

index 8c399bbff14aa07b3f109b873a0660b83c65d2b6..ae761da79f8410ef5c1a1346c0e5cd4520680c86 100644 (file)
@@ -90,7 +90,8 @@ links:
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 libs:
index eae97f321d92e8cafed28acc57d182433351f0d8..269af4459323cd0dae39114d4b10d3053f43ac50 100644 (file)
@@ -75,7 +75,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index adc9eec3c6ab12a375e1c9abe40950999ce9a24f..2d61ec50f42284367a14c24700b1c58b02faeb0b 100644 (file)
@@ -44,7 +44,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 # elf
index af5998b102c4bfb2551ec40e663c07d81efb55d5..00caa9f7eb17943ee8269b4a2f1941d243ebf377 100644 (file)
@@ -49,7 +49,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index 85be16a5b64c85a84038c61f04b8c520bb0a08e1..ad36267e2698b2bd8cce4ec16d11cf728ff8dde1 100644 (file)
@@ -68,7 +68,8 @@ bnbug: bnbug.c ../../libcrypto.a top
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 # elf
index 4e11038c8b12d3c0504112cbe1b378f0b7cab4f4..c088ec6b3c76ec265867a122066001c49fe40d41 100644 (file)
@@ -39,7 +39,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index afba084e8bbf2e0943121b473f509f2fd322b135..0aa1cbc55a296b1cdd5e3d9b6d1b56e957cb9f41 100644 (file)
@@ -47,7 +47,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 # elf
index 3064df2447988c917b2d63a91f1521c59e64104c..ba705c2a1c3c30db899a3d41e41d8937865a3539 100644 (file)
@@ -42,7 +42,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index ea82d467270e3ce0ce9dbfedc0ab4fd04ff959db..a96212252a0b583c4b7c6191495a3dc4763bd15f 100644 (file)
@@ -40,7 +40,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index b3cfe3dab6ba3a56b353e9554269a560bd50301c..28e58f4207ffcf2b3dacdb00e5d8aa91a8aebb7f 100644 (file)
@@ -57,7 +57,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 des: des.o cbc3_enc.o lib
index 30f1b8029030b048b204c7135037a19df68aa201..ccee00eeca2cb674bb4940776ae0f5252025ad39 100644 (file)
@@ -39,7 +39,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index 5df3b1cc43b85afd9c3b89c096d12afaaced5e9c..1dfdb2d7692210b9f7532d27e1812a1e3a5e7138 100644 (file)
@@ -41,7 +41,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index effc46d2dc94e6e34671050935699c595ce702fd..33630e0bbb252d5409cdf3d4005c9cecdbeceee2 100644 (file)
@@ -41,7 +41,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index d001895cb676be8ff91989f1d1c3b3cb1eb5d5e7..42b9faa559f1b4c60afb9cd20822ccd2204b3101 100644 (file)
@@ -39,7 +39,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index 747051e4f13b6d5b909e3900c91b812a1be27f23..fb9945db1684cb195fae6795accc91cf3b7af356 100644 (file)
@@ -58,7 +58,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index 430eab4c9a15e75b42023b2e001237d0237d45aa..ed3c8c64d1ca31f7d86fd94d91c6d203dcbbb807 100644 (file)
@@ -39,7 +39,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index 3bd3e53ef4f44519ed59cfd005475b392cd90c06..d29bcd687460b6a94478eb550594bcaf75bddcd3 100644 (file)
@@ -39,7 +39,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index d7a51db3ee6ce0c5b706d8cc9242e16f47a63a3f..60bb6b12e406310d232692c3412fc6eac6b22bc3 100644 (file)
@@ -39,7 +39,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index c25ab74a3816c692844b16a6dd08c61031f01a51..8b382c35ff4417cc4c086ec64b3f479330e7dc1a 100644 (file)
@@ -39,7 +39,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index 5341bf5b4632c47bb28b9e0a02368822d6432f4a..bc38badb0a2b7704bcfd28ce85182315522f87ae 100644 (file)
@@ -40,7 +40,8 @@ all:    lib
 
 lib:    $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index 92ffc0b502d529efeb4dd17a38d2b246cddb7c61..e5ec4a21ae33d39aff364f58505885e89fb73aa6 100644 (file)
@@ -50,7 +50,8 @@ all:    lib
 
 lib:    $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 # elf
index a50de0f42a6786fbb71ccc71f801d1d27c66f725..4b1b3e36961a4f4586a5fbd3f00907a4ac449130 100644 (file)
@@ -39,7 +39,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index 47fdc34eec5345e58882fdf636189fa6599857a7..1b43d8027b8402277674d15b830e36445ce1c2bd 100644 (file)
@@ -39,7 +39,8 @@ all:  obj_dat.h lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index ed891092188383eb6c62d197f097a9691e6af242..111dbc1ae46088b492f61509c53d43017efb079c 100644 (file)
@@ -40,7 +40,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index 8f42d3044dfb5c9fa6a3958a63e69c27ffa2d39b..c92dd276398c6f60f75801178fc9ac27c9a55e7d 100644 (file)
@@ -45,7 +45,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index 1757fc39ac78da61b17bc150ece1b642e8b0bf04..5e8a6808d357d6236a31425b92ab0f89a5c29212 100644 (file)
@@ -58,7 +58,8 @@ verify: verify.o example.o lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index b3054dc166c92c206ad4104d4b9346774395e5e7..e9a6876b5a74c65747849b58c761d63e57a8b78d 100644 (file)
@@ -39,7 +39,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index 542397d69aa6e182593e78ee64a7ff7d3a03d72d..6966e01b6f2794a5b37ac657c5e2ee08ae77ea33 100644 (file)
@@ -39,7 +39,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index 53eac2064a4c7525a5dcd2e3e31d11f5ba0289c4..8ffff0a74e3dd3f6c34f83212d3fda50591ffd78 100644 (file)
@@ -47,7 +47,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 # elf
index 3d168560296904af2265700a2a5cf0a822a41ed5..cf5d176859bac84fe7f92a34161162de27f08f52 100644 (file)
@@ -44,7 +44,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 # elf
index 4bd78dd6fd2fb359ffde07958cb2ea34b4cb1c86..0b1cd7394132b75eb42b40831bd31daed1852361 100644 (file)
@@ -42,7 +42,8 @@ all:    lib
 
 lib:    $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 # elf
index 22a42b4e1b744b282c6bc019f8a76f39072f9276..1be9a1cd2397fdea0ba8dea994a46cbb56ee0f81 100644 (file)
@@ -41,7 +41,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index 0e6e7b8940c62b292f028fa4df4d3fb3b542b195..75d3e0bf4ff3e2e698c54114c73f8fd9c6bdef51 100644 (file)
@@ -42,7 +42,8 @@ all:    lib
 
 lib:    $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 # elf
index 69d0a1cf6884309872f15fca6008ff9db75e9710..2027d3946ce1c4b6cd096b5d099eee90391dd6be 100644 (file)
@@ -39,7 +39,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index 0e900ce7485b682bf3b2b112677ec6d856315bb5..567202abb7719b07aca551ee7c4475ba5495b8f6 100644 (file)
@@ -39,7 +39,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index f8e59666c99f31ed2d80c5c2b096403cb111c5fc..55356c680b20d298fe0e72823883397fb0a8ecd9 100644 (file)
@@ -49,7 +49,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index 483df46fd416a1050cc978cf0c48bf6dddee40e7..8ed366504940aa14e6e9b8091241c6f386ebfb41 100644 (file)
@@ -43,7 +43,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index 69d41a9a6dfb727e2c5e47e6f312f34b879adc4d..8f27c48a5a6a3b14839c85ddddb4adc23eef7cad 100644 (file)
@@ -39,7 +39,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files:
index 04dd3e866349dc88826ed91f12047630e40b1959..61b9cee090b63490c5d46ae3a6362c9db95c39a2 100644 (file)
@@ -55,7 +55,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files: