[PATCH] contrib/patch_tester.sh, 1 of 7

Sebastian Pop sebpop@gmail.com
Fri Mar 7 18:03:00 GMT 2008


On Wed, Mar 5, 2008 at 5:51 PM, Janis Johnson <janis187@us.ibm.com> wrote:
> 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.
>

All the patches look good, thanks again for improving this script.

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

Yes, thanks.

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



-- 
Sebastian
AMD - GNU Tools



More information about the Gcc-patches mailing list