[PATCH] contrib/patch_tester.sh, 1 of 7
Janis Johnson
janis187@us.ibm.com
Wed Mar 5 23:52:00 GMT 2008
Tom's patch to contrib/patch_tester.sh reminded me that I have several
changes to it that I've been using locally. If some of them aren't
accepted into the version in contrib/ I can continue to use a local
version of the script, but probably most of them will be useful to
others as well.
I have not tested the patches individually but have used the complete
set for my own testing recently.
This one invokes contrib/gcc_update to touch generated files so the
build won't try to do that.
Sebastian, OK for trunk?
--- patch_tester.sh.0 2008-03-05 14:57:32.000000000 -0800
+++ patch_tester.sh 2008-03-05 15:13:58.000000000 -0800
@@ -226,6 +226,7 @@ update () {
fi
;;
esac
+ contrib/gcc_update --touch
current_version=`svn info $SOURCE | grep "^Revision:" | sed -e "s/^Revision://g" -e "s/ //g"`
if [[ $VERSION < $current_version ]]; then
More information about the Gcc-patches
mailing list