Revision 14906
Added by Aaron Marcuse-Kubitza about 10 years ago
trunk/lib/sh/make.sh | ||
---|---|---|
59 | 59 |
make() # usage: [output_data=1] make target... |
60 | 60 |
{ |
61 | 61 |
echo_func |
62 |
if test "$1" = -s; then local output_data=1; fi |
|
62 | 63 |
local silent="$(test "$output_data" || ! can_log; exit2bool)" |
63 | 64 |
( |
64 | 65 |
# at verbosity < 4, hide messages about making included Makefiles |
Also available in: Unified diff
bugfix: lib/sh/make.sh: make() wrapper: need to set output_data mode if -s is set, to match the behavior of the underlying make