The branch master has been updated via 7ac4a9d450d97d00274d6176918a0295dc047318 (commit) from dd4dd18e27ce1c4779cc1c37e62697e6b663b3e7 (commit)
- Log ----------------------------------------------------------------- commit 7ac4a9d450d97d00274d6176918a0295dc047318 Author: Richard Levitte <levi...@openssl.org> Date: Fri Aug 26 01:59:14 2016 +0200 Make the main source list sorted by time as well ----------------------------------------------------------------------- Summary of changes: Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa065ac..28b1e53 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ source/license.txt: $(SNAP)/LICENSE cp $? $@ source/index.inc: $(wildcard $(RELEASEDIR)/openssl-*.tar.gz) bin/mk-filelist @rm -f $@ - ./bin/mk-filelist -a $(RELEASEDIR) '' 'openssl-*.tar.gz' >$@ + ./bin/mk-filelist $(RELEASEDIR) '' 'openssl-*.tar.gz' >$@ source/old/0.9.x/index.inc: $(wildcard source/old/0.9.x/*.gz) bin/mk-filelist @rm -f $@ _____ openssl-commits mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits