From: Ben Elliston Date: Sun, 7 Apr 2013 22:38:53 +0000 (+1000) Subject: Add link to the Wikipedia page on Brendan Kehoe. X-Git-Tag: upstream/1.6.2~246 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a721255d57b3ee96ba032a628ae33d7a7a3df3b;p=platform%2Fupstream%2Fdejagnu.git Add link to the Wikipedia page on Brendan Kehoe. --- diff --git a/lib/target.exp b/lib/target.exp index ec9fff2..71a78c7 100644 --- a/lib/target.exp +++ b/lib/target.exp @@ -133,6 +133,7 @@ proc prune_warnings { text } { } # See Brendan for the raison d'etre of this one. + # http://en.wikipedia.org/wiki/Brendan_Kehoe if {[ishost "alpha*-*-*"]} { regsub -all "(^|\n)(/usr/(ucb|bin)/ld.*without exceptions was\[^\n\]+\n?)" $text "\\1" text } @@ -244,6 +245,7 @@ proc prune_warnings { text } { regsub -all "(^|\n)(ld.so: warning:\[^\n\]*\n?)+" $text "\\1" text # See Brendan for the raison d'etre of this one. + # http://en.wikipedia.org/wiki/Brendan_Kehoe if {[string match "alpha*-*-*" $host_triplet]} { regsub -all "(^|\n)(/usr/(ucb|bin)/ld.*without exceptions was\[^\n\]+\n?)" $text "\\1" text }