summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben>2003-10-28 14:56:11 +0000
committerben <ben>2003-10-28 14:56:11 +0000
commit08f139be8e34250150a30280b0fb18aa2075b792 (patch)
treeb9cb7bff4dddac7a63c8c8705f11c3d37f05ba7c
parenta596c135dcfec5c4078a3b929bd45e3cc803be48 (diff)
downloadopenssl-08f139be8e34250150a30280b0fb18aa2075b792.tar.gz
Targets build too fast.BEN_FIPS_TEST_3
-rw-r--r--fips/aes/Makefile.ssl2
-rw-r--r--fips/des/Makefile.ssl2
-rw-r--r--fips/dsa/Makefile.ssl2
-rw-r--r--fips/rand/Makefile.ssl2
-rw-r--r--fips/rsa/Makefile.ssl2
-rw-r--r--fips/sha1/Makefile.ssl2
6 files changed, 6 insertions, 6 deletions
diff --git a/fips/aes/Makefile.ssl b/fips/aes/Makefile.ssl
index 48b5c5ffc..8b6cc36c2 100644
--- a/fips/aes/Makefile.ssl
+++ b/fips/aes/Makefile.ssl
@@ -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
diff --git a/fips/des/Makefile.ssl b/fips/des/Makefile.ssl
index 903b6334d..39f1efd06 100644
--- a/fips/des/Makefile.ssl
+++ b/fips/des/Makefile.ssl
@@ -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
diff --git a/fips/dsa/Makefile.ssl b/fips/dsa/Makefile.ssl
index 1b8f94a63..28a7c65af 100644
--- a/fips/dsa/Makefile.ssl
+++ b/fips/dsa/Makefile.ssl
@@ -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)
diff --git a/fips/rand/Makefile.ssl b/fips/rand/Makefile.ssl
index f8e46a33e..0248ecc93 100644
--- a/fips/rand/Makefile.ssl
+++ b/fips/rand/Makefile.ssl
@@ -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
diff --git a/fips/rsa/Makefile.ssl b/fips/rsa/Makefile.ssl
index 80d652aa1..2a603e6b2 100644
--- a/fips/rsa/Makefile.ssl
+++ b/fips/rsa/Makefile.ssl
@@ -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)
diff --git a/fips/sha1/Makefile.ssl b/fips/sha1/Makefile.ssl
index 952060b1f..75b5debde 100644
--- a/fips/sha1/Makefile.ssl
+++ b/fips/sha1/Makefile.ssl
@@ -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 \