From 069550beda71727a01d7eed94cca40e7380d9a53 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sat, 3 Jul 1999 07:50:45 +0000 Subject: [PATCH] test_summary: If Target is `unix{*}', append the Target variants to Host. * test_summary: If Target is `unix{*}', append the Target variants to Host. From-SVN: r27932 --- contrib/ChangeLog | 5 +++++ contrib/test_summary | 1 + 2 files changed, 6 insertions(+) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 3ced5566b89..1ebc18d7845 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +1999-07-03 Alexandre Oliva + + * test_summary: If Target is `unix{*}', append the Target variants + to Host. + 1999-06-12 Alexandre Oliva * test_summary: Set default mail-address and version for egcs diff --git a/contrib/test_summary b/contrib/test_summary index db1a8b62214..8b80c76a054 100755 --- a/contrib/test_summary +++ b/contrib/test_summary @@ -93,6 +93,7 @@ BEGIN { $1 ~ /\/configure$/ { $1 = "configure flags:"; configflags = $0 } /^Running target / { print ""; print; } /^Target / { if (host != "") next; else host = $3; } +/^Host / && host ~ /^unix{.*}$/ { host = $3 " " substr(host, 5); } /^Native / { if (host != "") next; else host = $4; } /^[ ]*=== [^ ]+ tests ===/ { if (lang == "") lang = " "$2" "; else lang = " "; -- 2.30.2