Package fixincludes to be run after install

Joseph S. Myers jsm28@cam.ac.uk
Sun May 26 20:58:00 GMT 2002


On Sun, 26 May 2002, Geoffrey Keating wrote:

> Index: gcc/mkheaders.in
> ===================================================================
> RCS file: gcc/mkheaders.in
> diff -N gcc/mkheaders.in
> --- /dev/null	1 Jan 1970 00:00:00 -0000
> +++ gcc/mkheaders.in	27 May 2002 01:22:20 -0000
> @@ -0,0 +1,84 @@
> +#!/bin/sh
> +

Obviously this file should have a standard-format copyright / license
notice at the top.

> +if [ x$1 = x--version ] ; then
> +    echo "GNU cc mkheaders version $version"

And should use the --version output format from the GNU Coding Standards - 
meaning the first line should be "mkheaders (GCC) $version".

-- 
Joseph S. Myers
jsm28@cam.ac.uk



More information about the Gcc-patches mailing list