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: Ada version strings patch


Here's a further patch (applied).  (The application of the sed script to
gnatvsn.ads was tested, not the original patched version of update_version
itself.)

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/ChangeLog,v
retrieving revision 1.44
diff -u -r1.44 ChangeLog
--- ChangeLog	26 May 2002 10:29:30 -0000	1.44
+++ ChangeLog	27 May 2002 07:30:31 -0000
@@ -1,3 +1,8 @@
+2002-05-27  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
+	gcc/gcc/ada/gnatvsn.ads.
+
 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
 
 	* gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
Index: update_version
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/update_version,v
retrieving revision 1.6
diff -u -r1.6 update_version
--- update_version	26 May 2002 10:29:30 -0000	1.6
+++ update_version	27 May 2002 07:30:31 -0000
@@ -22,7 +22,7 @@
 CURR_DATE=`/bin/date +"%Y%m%d"`
 
 # version is contained within a char*
-textstring_FILES="gcc/gcc/version.c gcc/ada/gnatvsn.ads gcc/gcc/f/version.c gcc/libf2c/libF77/Version.c gcc/libf2c/libI77/Version.c gcc/libf2c/libU77/Version.c"
+textstring_FILES="gcc/gcc/version.c gcc/gcc/ada/gnatvsn.ads gcc/gcc/f/version.c gcc/libf2c/libF77/Version.c gcc/libf2c/libI77/Version.c gcc/libf2c/libU77/Version.c"
 
 # version is contained within a #define
 cppdefine_FILES="gcc/libstdc++-v3/include/bits/c++config"

-- 
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]