/usr/share/monkeystudio/scripts/parser-gnumake.mks is in monkeystudio-common 1.9.0.4-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | # It is a machine generated file. Do not edit it manualy!
# Generic error make message
parser add "GNU Make" "(?:^|\n)(?:mingw32-)?make(?:\[\d+\])?\s*:(?:\s*\*+)\s*([^\n$]+)" "" "-1" "-1" "error" "%1" "%0"
# Generic warning make message
parser add "GNU Make" "(?:^|\n)(?:mingw32-)?make(?:\[\d+\])?\s*:\s*([^\n$]+)" "" "-1" "-1" "message" "%1" "%0"
|