From feff10c22c4f9ed7b0a4c2be418ce31497175917 Mon Sep 17 00:00:00 2001 From: David Brown Date: Fri, 1 Jul 2016 19:52:04 +0100 Subject: [PATCH] Tweak build report --- src/tools/make/buildall.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/make/buildall.pl b/src/tools/make/buildall.pl index 35a19045..cc3492a7 100755 --- a/src/tools/make/buildall.pl +++ b/src/tools/make/buildall.pl @@ -83,7 +83,7 @@ sub parselog { if (/^([0-9.]+) --- Compiler build successfull ---$/) {$compilerok = "Built";} if (/^([0-9.]+) --- Library build successfull ---$/) {$libraryok = "Built";} if (/^([0-9.]+) --- Confidence tests passed ---$/) {$tests = "Passed";} - if (/^([0-9.]+) --- Object file checksums match ---$/) {$checksum = "Match";} + if (/^([0-9.]+) --- Object file checksums match ---$/) {$checksum = "Unchanged";} if (/^([0-9.]+) --- Object file checksum mismatch ---$/) {$checksum = "Changed";} if (/^([0-9.]+) --- Object files checksummed ---$/) {$checksum = "New";} } @@ -130,7 +130,7 @@ my $col2 = 110; my $col3 = 200; my $col4 = 310; my $col5 = 400; -my $col6 = 490; +my $col6 = 480; my $col7 = 580; svgtext($svg, $col1, 0, "#e0e0e0", "OS");