summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-12-14 06:19:43 (GMT)
committerAlexey Neyman <stilor@att.net>2016-12-18 18:14:40 (GMT)
commitb30e779d8e6ee929c133d07f2da7b7661436ad89 (patch)
tree47a95abf1ecfbd46a3ba01815b9126c06cd0a5d8 /scripts/functions
parentcccb8d84817bca1cf1d33cfdb5932f361437c229 (diff)
Catch more make errors.
Some errors from make(1) do not include a file reference in brackets. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions
index 5337962..f687504 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -193,7 +193,7 @@ CT_DoLog() {
y,*"warning:"*) cur_L=WARN; cur_l=${CT_LOG_LEVEL_WARN};;
y,*"WARNING:"*) cur_L=WARN; cur_l=${CT_LOG_LEVEL_WARN};;
*"error:"*) cur_L=ERROR; cur_l=${CT_LOG_LEVEL_ERROR};;
- *"make["*"]: *** ["*) cur_L=ERROR; cur_l=${CT_LOG_LEVEL_ERROR};;
+ *"make["*"]: ***"*) cur_L=ERROR; cur_l=${CT_LOG_LEVEL_ERROR};;
*) cur_L="${LEVEL}"; cur_l="${level}";;
esac
# There will always be a log file (stdout, fd #1), be it /dev/null