Revision 9734
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/make.sh | ||
---|---|---|
31 | 31 |
# usage: set_make_vars; to_target cmd... |
32 | 32 |
alias to_target='stdout="$target" to_file ' # last space alias-expands next word |
33 | 33 |
|
34 |
make() # usage: table_make target...
|
|
34 |
make() # usage: make target... |
|
35 | 35 |
{ |
36 | 36 |
echo_func |
37 | 37 |
( |
Also available in: Unified diff
lib/sh/make.sh: make(): fixed func name in usage