Revision 10069
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/make.sh | ||
---|---|---|
42 | 42 |
# this can reduce # lines of output to 1/3 as much |
43 | 43 |
if test ! "$make_filter_active" && ! "log+" 3 can_log; then |
44 | 44 |
local_export make_filter_active=1 |
45 |
local cmd="$(sys_cmd_path "$(self_name)")"; echo_vars cmd |
|
45 |
local cmd="$(clog++ sys_cmd_path "$(self_name)")"; echo_vars cmd
|
|
46 | 46 |
fd="$log_fd" clog++ filter_fd sed \ |
47 | 47 |
-e "\%^$cmd ([^-][^[:space:]]*)?Makefile%,/^make\[[[:digit:]]+\]: .*Makefile/d" \ |
48 | 48 |
-e '/^make\[[[:digit:]]+\]: .*Makefile/d' |
Also available in: Unified diff
lib/sh/make.sh: make(): run sys_cmd_path at a higher log_level since the make() steps should not be displayed by default