Project

General

Profile

« Previous | Next » 

Revision 8987

lib/util.sh: make: added to_target, which uses to_file on $target

View differences:

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