From ffe8370a18f8123bb2b65a78c80977a51f3438ac Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Tue, 28 Oct 2003 14:56:14 +0000 Subject: [PATCH] Targets build too fast. --- fips/aes/Makefile.ssl | 2 +- fips/des/Makefile.ssl | 2 +- fips/dsa/Makefile.ssl | 2 +- fips/rand/Makefile.ssl | 2 +- fips/rsa/Makefile.ssl | 2 +- fips/sha1/Makefile.ssl | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/fips/aes/Makefile.ssl b/fips/aes/Makefile.ssl index 48b5c5ffcd..8b6cc36c27 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 903b6334db..39f1efd061 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 1b8f94a63c..28a7c65af5 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 f8e46a33ed..0248ecc933 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 80d652aa1c..2a603e6b20 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 952060b1f0..75b5debdef 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 \ -- 2.25.1