Revision 9866
Added by Aaron Marcuse-Kubitza over 11 years ago
local.sh | ||
---|---|---|
23 | 23 |
{ |
24 | 24 |
echo_func |
25 | 25 |
if ((verbosity == 1)); then local verbosity=; fi # use default |
26 |
"$@" |
|
26 |
make__make_sh "$@"
|
|
27 | 27 |
} |
28 | 28 |
|
29 | 29 |
root_make() { echo_func; make --directory="$root_dir" "$@"; } |
Also available in: Unified diff
bugfix: lib/sh/local.sh: make(): when invoking overridden func, need make__make_sh