Targets build too fast. BEN_FIPS_TEST_3
authorBen Laurie <ben@openssl.org>
Tue, 28 Oct 2003 14:56:14 +0000 (14:56 +0000)
committerBen Laurie <ben@openssl.org>
Tue, 28 Oct 2003 14:56:14 +0000 (14:56 +0000)
fips/aes/Makefile.ssl
fips/des/Makefile.ssl
fips/dsa/Makefile.ssl
fips/rand/Makefile.ssl
fips/rsa/Makefile.ssl
fips/sha1/Makefile.ssl

index 48b5c5ffcd7f428185241f1b7dbf0cebb10a2073..8b6cc36c270d6badf4303e452354f6fdaef6e9b0 100644 (file)
@@ -45,7 +45,7 @@ check:
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
        $(RANLIB) $(LIB) || echo Never mind.
-       @touch lib
+       @sleep 2; touch lib
 
 files:
        $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
index 903b6334db0d94b7fa336694db625c52420fd860..39f1efd061f0242e542928397bf377c3232bb1c8 100644 (file)
@@ -44,7 +44,7 @@ check:
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
        $(RANLIB) $(LIB) || echo Never mind.
-       @touch lib
+       @sleep 2; touch lib
 
 files:
        $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
index 1b8f94a63cc09687cc7273a2284a799c1e74dd5d..28a7c65af51b514bcbe10061195e60edb17543e9 100644 (file)
@@ -41,7 +41,7 @@ all:  check lib
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
        $(RANLIB) $(LIB) || echo Never mind.
-       @touch lib
+       @sleep 2; touch lib
 
 check:
        TOP=`pwd`/$(TOP) ../fips_check_sha1 fingerprint.sha1 $(SRC) $(HEADER)
index f8e46a33ed759d3d6be52eba0f623d45894289af..0248ecc93324a50d0967efd34323923d7c454abb 100644 (file)
@@ -44,7 +44,7 @@ check:
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
        $(RANLIB) $(LIB) || echo Never mind.
-       @touch lib
+       @sleep 2; touch lib
 
 files:
        $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
index 80d652aa1c0a6e875eb21ecf21bf85c1fa20bdde..2a603e6b20ca5a5283d3d247210d20cf91ce6270 100644 (file)
@@ -41,7 +41,7 @@ all:  check lib
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
        $(RANLIB) $(LIB) || echo Never mind.
-       @touch lib
+       @sleep 2; touch lib
 
 check:
        TOP=`pwd`/$(TOP) ../fips_check_sha1 fingerprint.sha1 $(SRC) $(HEADER)
index 952060b1f0cfeb7d9876a95ed8b2fa9c8890700e..75b5debdef5086f18510f6565d6e9636e17bb23f 100644 (file)
@@ -49,7 +49,7 @@ check_standalone: fips_standalone_sha1
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
        $(RANLIB) $(LIB) || echo Never mind.
-       @touch lib
+       @sleep 2; touch lib
 
 fips_standalone_sha1: fips_standalone_sha1.o fips_sha1dgst.o
        $(CC) -o fips_standalone_sha1 $(CFLAGS) fips_standalone_sha1.o \