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] libjava: faster 'make install'


Hello Andreas,

* Andreas Schwab wrote on Sun, Mar 16, 2008 at 12:37:13PM CET:
> Ralf Wildenhues <Ralf.Wildenhues@gmx.de> writes:
> 
> > Aside, I noted that some rebuilding rules in Makefile.in files
> > change slighty, like this (from the diff of binutils/Makefile.in):

> > | -	      echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
> > | -	      cd $(srcdir) && $(AUTOMAKE) --cygnus  \
> > | +	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
> > | +	      cd $(srcdir) && $(AUTOMAKE) --foreign  \

> > I've used pristine Automake 1.9.6, is there something wrong with
> > that?
> 
> That can be considered a bug in automake.  There is no real difference
> between the cygnus and foreign option, but you get this difference in
> output depending on whether you run "automake --cygnus" or automake
> grabs it from AUTOAMKE_OPTIONS in the Makefile.am.

Ah ok, thanks.  I'm redoing my patch with 'automake --cygnus'.

Still: OK to apply, and do I need to ask for a patch like this?

Thanks,
Ralf


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