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,

I'm about to apply the second patch of
<http://gcc.gnu.org/ml/gcc-patches/2008-03/msg00574.html> to GCC.
I'm not quite sure if I can apply this sync patch to src without
asking first, with the changes being to rather many files, so do
I need to, and if yes, OK to apply?

Aside, I noted that some rebuilding rules in Makefile.in files
change slighty, like this (from the diff of binutils/Makefile.in):

| @@ -531,15 +532,15 @@
|  	@for dep in $?; do \
|  	  case '$(am__configure_deps)' in \
|  	    *$$dep*) \
| -	      echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
| -	      cd $(srcdir) && $(AUTOMAKE) --cygnus  \
| +	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
| +	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
|  		&& exit 0; \
|  	      exit 1;; \
|  	  esac; \
|  	done; \
| -	echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus  Makefile'; \
| +	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
|  	cd $(top_srcdir) && \
| -	  $(AUTOMAKE) --cygnus  Makefile
| +	  $(AUTOMAKE) --foreign  Makefile
|  .PRECIOUS: Makefile
|  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|  	@case '$?' in \

I've used pristine Automake 1.9.6, is there something wrong with
that?

Thanks,
Ralf

config/ChangeLog:
2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* proginstall.m4: New file, with fixed AC_PROG_INSTALL.

ChangeLog:
2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* configure.ac: m4_include config/proginstall.m4.
	* configure: Regenerate.

bfd/ChangeLog:
2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* aclocal.m4: Regenerate.
	* configure: Likewise.
	* Makefile.in: Likewise.

bfd/doc/ChangeLog:
2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* Makefile.in: Regenerate.

intl/ChangeLog:
2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* aclocal.m4: Regenerate.
	* configure: Likewise.

gas/ChangeLog:
2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* aclocal.m4: Regenerate.
	* configure: Likewise.
	* Makefile.in: Likewise.
	* doc/Makefile.in: Likewise.

ld/ChangeLog:
2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* aclocal.m4: Regenerate.
	* configure: Likewise.
	* Makefile.in: Likewise.

opcodes/ChangeLog:
2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* aclocal.m4: Regenerate.
	* configure: Likewise.
	* Makefile.in: Likewise.

binutils/ChangeLog:
2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* aclocal.m4: Regenerate.
	* configure: Likewise.
	* Makefile.in: Likewise.
	* doc/Makefile.in: Likewise.

gprof/ChangeLog:
2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* aclocal.m4: Regenerate.
	* configure: Likewise.
	* Makefile.in: Likewise.


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