[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Automake-NG] [PATCH 0/3] Distribute many files without hitting comm
From: |
Stefano Lattarini |
Subject: |
Re: [Automake-NG] [PATCH 0/3] Distribute many files without hitting command line length limits |
Date: |
Mon, 16 Jul 2012 12:14:12 +0200 |
On 07/13/2012 12:19 PM, Stefano Lattarini wrote:
> Stefano Lattarini (3):
> [ng] dist: memoize some internal variables
> [ng] coverage: distributing lots of files
> [ng] dist: do not exceed command line length limits, even with many files
>
> lib/am/distdir.am | 40 +++++++++++-------
> t/dist-many.sh | 82 ++++++++++++++++++++++++++++++++++++
> t/dist-many2.sh | 119
> +++++++++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 227 insertions(+), 14 deletions(-)
> create mode 100755 t/dist-many.sh
> create mode 100755 t/dist-many2.sh
>
Thanks to Akim for his reviews. I've merged and pushed this series now:
commit e11cbc098858b0e37cad641d991b93bf976cd1f8
Merge: de7c0bc 7cea4b0
Author: Stefano Lattarini <address@hidden>
AuthorDate: Mon Jul 16 11:49:15 2012 +0200
Commit: Stefano Lattarini <address@hidden>
CommitDate: Mon Jul 16 11:49:15 2012 +0200
Merge branch 'ng/dist-many' into ng/master
* ng/dist-many:
[ng] dist: do not exceed command line length limits, even with many files
[ng] coverage: distributing lots of files
[ng] dist: memoize some internal variables
Regards,
Stefano
- [Automake-NG] [PATCH 1/3] [ng] dist: memoize some internal variables, (continued)
- [Automake-NG] [PATCH 1/3] [ng] dist: memoize some internal variables, Stefano Lattarini, 2012/07/13
- [Automake-NG] [PATCH 3/3] [ng] dist: do not exceed command line length limits, even with many files, Stefano Lattarini, 2012/07/13
- Re: [Automake-NG] [PATCH 3/3] [ng] dist: do not exceed command line length limits, even with many files, Akim Demaille, 2012/07/14
- Re: [Automake-NG] [PATCH 3/3] [ng] dist: do not exceed command line length limits, even with many files, Stefano Lattarini, 2012/07/14
- Re: [Automake-NG] [PATCH 3/3] [ng] dist: do not exceed command line length limits, even with many files, Eric Blake, 2012/07/14
- Re: [Automake-NG] [PATCH 3/3] [ng] dist: do not exceed command line length limits, even with many files, Stefano Lattarini, 2012/07/14
- Re: [Automake-NG] [PATCH 3/3] [ng] dist: do not exceed command line length limits, even with many files, Eric Blake, 2012/07/14
- Re: [Automake-NG] [PATCH 3/3] [ng] dist: do not exceed command line length limits, even with many files, Stefano Lattarini, 2012/07/14
- Re: [Automake-NG] [PATCH 3/3] [ng] dist: do not exceed command line length limits, even with many files, Akim Demaille, 2012/07/18
Re: [Automake-NG] [PATCH 0/3] Distribute many files without hitting command line length limits,
Stefano Lattarini <=