Revision 10061
Added by Aaron Marcuse-Kubitza over 11 years ago
make | ||
---|---|---|
11 | 11 |
"log++" set_fds "$log_fd>&1" # use standard make logging port |
12 | 12 |
set_inv is_outermost |
13 | 13 |
if test "$no_is_outermost"; then verbosity_compat; fi |
14 |
${no_is_outermost:+command }make "$@" |
|
14 |
${no_is_outermost:+sys_cmd }make "$@" |
Also available in: Unified diff
bugfix: bin/make: need to use sys_cmd instead of command so that the system make command is invoked instead of the wrapper (which would cause infinite mutual recursion for the ~/bien working copy, although not for the ~/Dropbox/svn working copy because nonrecursive=1 was able to remove the single recursion)