Re: [PATCH] dist: ordering of files in DIST_COMMON is deterministic now

2014-12-22 Thread Stefano Lattarini
Hi Peter. On 12/22/2014 01:30 PM, Peter Rosin wrote: diff --git a/NEWS b/NEWS index bdc9bb9..5d14c5e 100644 --- a/NEWS +++ b/NEWS @@ -116,6 +116,10 @@ New in 1.14.2: risks causing "Arg list too long" for projects using automatic dependency tracking and having a ton of source files (b

Re: [PATCH] dist: ordering of files in DIST_COMMON is deterministic now

2014-12-22 Thread Peter Rosin
> diff --git a/NEWS b/NEWS > index bdc9bb9..5d14c5e 100644 > --- a/NEWS > +++ b/NEWS > @@ -116,6 +116,10 @@ New in 1.14.2: > risks causing "Arg list too long" for projects using automatic > dependency tracking and having a ton of source files (bug#18744). > > + - Automake tries to offe

[PATCH] dist: ordering of files in DIST_COMMON is deterministic now

2014-12-22 Thread Stefano Lattarini
It had likely stopped being deterministic due to the new perl behavior of having non-deterministic order of numerating hash keys: See also