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: Package fixincludes to be run after install


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


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