Revision 10066
Added by Aaron Marcuse-Kubitza over 11 years ago
make | ||
---|---|---|
10 | 10 |
cmd_name_log_inc=1 # don't print make cmd by default |
11 | 11 |
"log++" set_fds "$log_fd>&1" # use standard make logging port |
12 | 12 |
if test "$make_filter_active"; then verbosity_compat; fi |
13 |
make_filter_active=1 ${make_filter_active:+sys_cmd }make "$@" |
|
13 |
make "$@" |
Also available in: Unified diff
bin/make: moved $make_filter_active test to lib/sh/make.sh make() so that it's also used when make() is run directly (e.g. in a runscript) rather than via the bin/make wrapper in the PATH