Revision 14732
Added by Aaron Marcuse-Kubitza about 10 years ago
make | ||
---|---|---|
9 | 9 |
nonrecursive=1 |
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 |
if test "$make_filter_active"; then verbosity_compat; fi |
|
13 | 12 |
make "$@" |
Also available in: Unified diff
bugfix: bin/make: don't run verbosity_compat until right before executing the external command, so that it doesn't mess up the logging mechanism. this is run automatically by command(), so there is no need to do anything here. note that logging bugs like these can now be troubleshooted much more easily with pst() to narrow down which functions could be causing the problem.