[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop/parts/outputviews
From:       Harald Fernengel <harry () kdevelop ! org>
Date:       2003-06-15 10:14:07
[Download RAW message or body]

CVS commit by harald: 

Fix Bug 59721 (treat gcc-blah valid name for gcc)

CCMAIL: 59721-done@bugs.kde.org


  M +6 -6      makeactionfilter.cpp   1.15


--- kdevelop/parts/outputviews/makeactionfilter.cpp  #1.14:1.15
@@ -42,8 +42,8 @@ MakeActionFilter::ActionFormat* MakeActi
 {
         static ActionFormat formats[] = {
-                ActionFormat( i18n("compiling"), "g++", "g\\+\\+ (?:\\S* )*-c \
                (?:\\S* )*`[^`]*`(?:[^/\\s;]*/)*([^/\\s;]+)", 1 ),
-                ActionFormat( i18n("compiling"), "g++", "g\\+\\+ (?:\\S* )*-c \
                (?:\\S* )*(?:[^/]*/)*([^/\\s;]*)", 1 ),
-                ActionFormat( i18n("compiling"), "gcc", "g\\c\\c (?:\\S* )*-c \
                (?:\\S* )*`[^`]*`(?:[^/\\s;]*/)*([^/\\s;]+)", 1 ),
-                ActionFormat( i18n("compiling"), "gcc", "g\\c\\c (?:\\S* )*-c \
(?:\\S* )*(?:[^/]*/)*([^/\\s;]*)", 1 ), +                ActionFormat( \
i18n("compiling"), "g++", "g\\+\\+\\S* (?:\\S* )*-c (?:\\S* \
)*`[^`]*`(?:[^/\\s;]*/)*([^/\\s;]+)", 1 ), +                ActionFormat( \
i18n("compiling"), "g++", "g\\+\\+\\S* (?:\\S* )*-c (?:\\S* \
)*(?:[^/]*/)*([^/\\s;]*)", 1 ), +                ActionFormat( i18n("compiling"), \
"gcc", "g\\c\\c\\S* (?:\\S* )*-c (?:\\S* )*`[^`]*`(?:[^/\\s;]*/)*([^/\\s;]+)", 1 ), + \
ActionFormat( i18n("compiling"), "gcc", "g\\c\\c\\S* (?:\\S* )*-c (?:\\S* \
                )*(?:[^/]*/)*([^/\\s;]*)", 1 ),
                 ActionFormat( i18n("compiling"), "distcc", "distcc (?:\\S* )*-c \
                (?:\\S* )*`[^`]*`(?:[^/\\s;]*/)*([^/\\s;]+)", 1 ),
                 ActionFormat( i18n("compiling"), "distcc", "distcc (?:\\S* )*-c \
(?:\\S* )*(?:[^/]*/)*([^/\\s;]*)", 1 ), @@ -51,6 +51,6 @@ \
                MakeActionFilter::ActionFormat* MakeActi
                 ActionFormat( i18n("generating"), "uic", \
                "/uic\\b.*\\s-o\\s([^\\s;]+)", 1 ),
                 ActionFormat( i18n("linking"), "libtool", \
                "/bin/sh\\s.*libtool.*--mode=link .* -o ([^\\s;]+)", 1 ),
-                ActionFormat( i18n("linking"), "g++", "g\\+\\+ (?:\\S* )*-o \
                ([^\\s;]+)", 1 ),
-                ActionFormat( i18n("linking"), "gcc", "g\\c\\c (?:\\S* )*-o \
([^\\s;]+)", 1 ), +                ActionFormat( i18n("linking"), "g++", "g\\+\\+\\S* \
(?:\\S* )*-o ([^\\s;]+)", 1 ), +                ActionFormat( i18n("linking"), "gcc", \
                "g\\c\\c\\S* (?:\\S* )*-o ([^\\s;]+)", 1 ),
                 ActionFormat( i18n("installing"), "", \
                "^/(?:usr/bin/install|bin/sh\\s.*mkinstalldirs).*\\s([^\\s;]+)", 1 ),
                 ActionFormat( i18n("generating"), "dcopidl", "dcopidl .* > \
([^\\s;]+)", 1 ),


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic