This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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 1/28] top-level: Use automake-1.11.6


On Wed, May 06, 2015 at 10:50:57AM +0200, Michael Haubenwallner wrote:
> 
> Am 2015-05-05 um 18:03 schrieb Michael Haubenwallner:
> > Now that gcc-5 is out, what about an automake-1.11.6 update for gcc-6?
> 
> Patch for top-level files.

> 2015-05-06  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
> 
> 	Use automake-1.11.6.
> 	compile: Recreate.
> 	config.guess: Recreate.
> 	config.sub: Recreate.
> 	depcomp: Recreate.
> 	install-sh: Recreate.
> 	missing: Recreate.
> 	mkinstalldirs: Recreate.

General comment on the ChangeLog entries in all your patches:
1) two spaces before < rather than one.
2) each filename in the ChangeLog should be preceeded by tab followed by
   * and space.  So:
	* compile: Recreate.
3) perhaps drop the Use automake-1.11.6. line and just write:
	* compile: Regenerated with automake-1.11.6.
	* config.guess: Likewise.
	* config.sub: Likewise.
...

	Jakub


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