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


* Ian Lance Taylor wrote on Tue, Apr 06, 2010 at 10:35:56PM CEST:
> Ralf Wildenhues <Ralf.Wildenhues@gmx.de> writes:
> 
> > gold/ChangeLog:
> > 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
> >
> > 	* Makefile.am (AUTOMAKE_OPTIONS): Add no-dist.
> > 	* Makefile.in: Regenerate.
> 
> This is OK.
> 
> Thanks.
> 
> Do you also need to change gold/testsuite/Makefile.am?  The
> corresponding change is preapproved if appropriate.

Well, a per-Makefile.am setting only affects that directory; if you want
the setting to apply to all gold directories, we can use
  AM_INIT_AUTOMAKE([no-dist])

in configure.ac, that's cleaner than repeating.  OK instead?
(The problematic part of the 'make dist' code only happens in toplevel
Makefiles.)

Thanks,
Ralf


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