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]

[basic-improvements] commentary fix for mkconfig.sh


bconfig.h is not misnamed.  It _was_ misnamed, when it was called
hconfig.h, but that has now been corrected.

Also, add copyright boilerplate.

Applied as obvious.

zw
	* mkconfig.sh: Correct comment.  Add copyright boilerplate.

===================================================================
Index: mkconfig.sh
--- mkconfig.sh	3 Dec 2002 02:25:47 -0000	1.11.8.2
+++ mkconfig.sh	14 Dec 2002 21:16:50 -0000
@@ -1,7 +1,26 @@
 #! /bin/sh
 
-# Generate gcc's various configuration headers: config.h, tconfig.h,
-# the misnamed bconfig.h, tm.h, and tm_p.h.
+# Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+# This file is part of GCC.
+
+# GCC is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# GCC is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with GCC; see the file COPYING.  If not, write to
+# the Free Software Foundation, 59 Temple Place - Suite 330,
+# Boston MA 02111-1307, USA.
+
+
+# Generate gcc's various configuration headers:
+# config.h, tconfig.h, bconfig.h, tm.h, and tm_p.h.
 # $1 is the file to generate.  DEFINES, HEADERS, and possibly
 # TARGET_CPU_DEFAULT are expected to be set in the environment.
 


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