rev 10535 - scripts

Modestas Vainius modax-guest at alioth.debian.org
Sat May 10 18:12:52 UTC 2008


Author: modax-guest
Date: 2008-05-10 18:12:51 +0000 (Sat, 10 May 2008)
New Revision: 10535

Modified:
   scripts/autofixtll
Log:
Fix some odd autofixtll failures

Modified: scripts/autofixtll
===================================================================
--- scripts/autofixtll	2008-05-10 17:30:53 UTC (rev 10534)
+++ scripts/autofixtll	2008-05-10 18:12:51 UTC (rev 10535)
@@ -448,7 +448,7 @@
             } else {
                 die "Unrecognized link line";
             }
-        } elsif (m/\[\s*\d+\%\] Building (.*) object ["']?(.*?)["']?/) {
+        } elsif (m/\[\s*\d+\%\] Building (.*) object ["']?(.*?)["']?\s*$/) {
             $bdir = $2;
             if ($bdir =~ m#CMakeFiles/(.*?)\.dir/#) {
                 $btarget = $1;
@@ -534,7 +534,7 @@
 
 ############## Main loop ##############################
 
-$main::VERSION = "0.5.3";
+$main::VERSION = "0.5.4";
 
 my $sourcedir = Cwd::getcwd();
 my $builddir = "obj-" . get_gnu_build_type();




More information about the pkg-kde-commits mailing list