Revision 9879
Added by Aaron Marcuse-Kubitza over 11 years ago
local.sh | ||
---|---|---|
18 | 18 |
|
19 | 19 |
#### make |
20 | 20 |
|
21 |
func_override make__make_sh |
|
22 |
make() |
|
23 |
{ |
|
24 |
echo_func |
|
25 |
if ((verbosity == 1)); then local verbosity=; fi # use default |
|
26 |
make__make_sh "$@" |
|
27 |
} |
|
28 |
|
|
29 | 21 |
root_make() { echo_func; make --directory="$root_dir" "$@"; } |
30 | 22 |
|
31 | 23 |
#### connection vars |
Also available in: Unified diff
bugfix: lib/sh/local.sh: removed make() override, which is no longer needed now that its operations are performed by verbosity_compat(), and which caused errors by setting $verbosity to the invalid value ""