The branch master has been updated
via 1a3906055598e138b7a565567e5ecf0457d0092a (commit)
from c48eda367ad21b7c1f00d104915632a2f46b86b8 (commit)
- Log -----------------------------------------------------------------
commit 1a3906055598e138b7a565567e5ecf0457d0092a
Author: Richard Levitte <[email protected]>
Date: Fri Dec 4 11:20:52 2015 +0100
make sure indexes of old source tarballs always get generated
-----------------------------------------------------------------------
Summary of changes:
Makefile | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Makefile b/Makefile
index 03f1292..d395154 100644
--- a/Makefile
+++ b/Makefile
@@ -159,3 +159,11 @@ source/old/1.0.2/index.inc: $(wildcard
source/old/1.0.2/*.gz)
source/old/fips/index.inc: $(wildcard source/old/fips/*.gz)
@rm -f $@
./bin/mk-filelist source/old/fips '' '*.gz' >$@
+
+# Because these the indexes of old tarballs will inevitably be newer
+# than the tarballs that are moved into their respective directory,
+# we must declare them phony, or they will not be regenerated when
+# they should.
+.PHONY : source/old/0.9.x/index.inc source/old/1.0.0/index.inc \
+ source/old/1.0.1/index.inc source/old/1.0.2/index.inc \
+ source/old/fips/index.inc
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits