Project

General

Profile

« Previous | Next » 

Revision 12781

bugfix: lib/sh/make.sh: echo_target: don't include filename/line #, since this is not for the stack trace mode

View differences:

trunk/lib/sh/make.sh
15 15
unset rm # don't allow rm to override remake if an invoked script uses this file
16 16
export remake # propagate to invoked commands by default
17 17

  
18
alias echo_target='clog-- echo_func' # normally echo all make targets
18
alias echo_target='echo_cmd "$FUNCNAME" "$@"' # w/o filename/line #
19 19

  
20 20
# helper alias; use begin_target instead
21 21
# usage: target_filename/command() { echo_func; set_make_vars; use $target...; }

Also available in: Unified diff