Project

General

Profile

« Previous | Next » 

Revision 9729

lib/sh/make.sh: make(): log the filter setup operations at log_level 2 so they do not clutter up normal output

View differences:

lib/sh/make.sh
37 37
	(
38 38
		# at verbosity < 3, hide messages about making included Makefiles
39 39
		# this can reduce # lines of output to 1/3 as much
40
		if ! "log+" 2 can_log; then fd="$log_fd" filter_fd grep -vE \
40
		if ! "log+" 2 can_log; then fd="$log_fd" "log++" filter_fd grep -vE \
41 41
'^make( ([^-]\S*)?|\[\d+\]: .*)Makefile'; fi
42 42
		cmd_log_fd=1 self $(if ! can_log; then echo '--silent '; fi)"$@"
43 43
	)

Also available in: Unified diff