Revision 9750
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/make.sh | ||
---|---|---|
38 | 38 |
# at verbosity < 4, hide messages about making included Makefiles |
39 | 39 |
# this can reduce # lines of output to 1/3 as much |
40 | 40 |
if ! "log+" 3 can_log; then fd="$log_fd" "log++" filter_fd grep -vE \ |
41 |
'^make( ([^-]\S*)?|\[\d+\]: .*)Makefile'; fi
|
|
41 |
'^make( ([^-][^[:space:]]*)?|\[[[:digit:]]+\]: .*)Makefile'; fi
|
|
42 | 42 |
cmd_log_fd=1 self $(if ! can_log; then echo '--silent '; fi)"$@" |
43 | 43 |
) |
44 | 44 |
} |
Also available in: Unified diff
bugfix: lib/sh/make.sh: make(): use [:char_class:] exprs instead of \X char class abbrs because the \ abbrs are not supported on Linux