Re: argument list too long in project with many files

2014-05-30 Thread Marco Maggi
Bob Friesenhahn wrote: > Here is an example of a working dist-hook target which is insensitive > to the number of files: > # Non-Automake subdirectories to distribute > DISTDIRS = locale scripts www PerlMagick TclMagick > dist-hook: > ( \ >builddir=`pwd` ; \ >cd $(

Re: argument list too long in project with many files

2014-05-30 Thread Bob Friesenhahn
On Fri, 30 May 2014, Marco Maggi wrote: I have read the manual section "Length Limitations" and an oldish mailing list thread[2]. By inspection of the output of "make dist -n" I see only a single big list of files, so I do not think that using convenience libraries can solve anythi