Commit fe080a9e by Gerald Pfeifer Committed by Gerald Pfeifer

update_version (textstring_FILES): Only version.c needs to be updated...

	* update_version (textstring_FILES): Only version.c needs to be
	updated, now that we do not consider older branches any more.

From-SVN: r66471
parent 51747541
2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* update_version (textstring_FILES): Only version.c needs to be
updated, now that we do not consider older branches any more.
2003-05-02 Gerald Pfeifer <gerald@pfeifer@dbai.tuwien.ac.at> 2003-05-02 Gerald Pfeifer <gerald@pfeifer@dbai.tuwien.ac.at>
* update_version (IGNORE_BRANCHES): Add. * update_version (IGNORE_BRANCHES): Add.
......
...@@ -25,7 +25,7 @@ BRANCHES="${BRANCHES} HEAD" ...@@ -25,7 +25,7 @@ BRANCHES="${BRANCHES} HEAD"
CURR_DATE=`/bin/date +"%Y%m%d"` CURR_DATE=`/bin/date +"%Y%m%d"`
# version is contained within a char* # version is contained within a char*
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" textstring_FILES="gcc/gcc/version.c"
# version is contained within a #define # version is contained within a #define
cppdefine_FILES="gcc/libstdc++-v3/include/bits/c++config" cppdefine_FILES="gcc/libstdc++-v3/include/bits/c++config"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment