This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch]: upgrade to automake 1.11.1


On Wed, 31 Mar 2010, Jim Meyering wrote:

> The upload check searches for the offending chmod command
> which does something equivalent to chmod -R 777 ...

That sounds like it would break uploading new releases of GCC 4.3 and 4.4 
(using automake 1.9.6, and major upgrades are *certainly* inappropriate 
for release branches).  GCC does not use "make dist".  If you try "make 
dist" at toplevel in either GCC or src it will tell you so.

Checking for world-writable distributed directories might make sense (that 
would also require the GCC release branches to be changed, but that would 
be a safe change); it makes rather more sense than checking for what a 
user might hypothetically do themselves with "make dist".

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]