Revision 8987
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/util.sh | ||
---|---|---|
247 | 247 |
EOF |
248 | 248 |
)" |
249 | 249 |
|
250 |
# usage: set_make_vars; to_target cmd... |
|
251 |
alias to_target='stdout="$target" to_file ' # last space alias-expands next word |
|
252 |
|
|
250 | 253 |
make () { echo_func; stdout2stderr=1 self "$@"; } |
251 | 254 |
|
252 | 255 |
if false; then ## usage: |
Also available in: Unified diff
lib/util.sh: make: added to_target, which uses to_file on $target