Do not match "/.../filename:", it matches thing like "/usr/bin/ld: warning..."

This commit is contained in:
Yevgen Muntyan 2008-06-15 01:15:19 -05:00
parent 4b0542b94e
commit 4005f1a00a

View File

@ -50,8 +50,6 @@
<match what="stderr" pattern="\s+File &quot;(?P&lt;file&gt;[^&quot;]+)&quot;, line (?P&lt;line&gt;\d+).*" style="output-error"/>
<match what="stderr" pattern="^(?P&lt;file&gt;[^:]+):(?P&lt;line&gt;\d+)?" style="output-error"/>
<match what="stdout" pattern="^g?make\[\d+\]: Entering directory `(?P&lt;dir&gt;.*)'">
<action type="push" name="directory" substring="dir"/>
</match>