Project

General

Profile

« Previous | Next » 

Revision 13317

bugfix: lib/sh/make.sh: begin_target: don't echo_func twice

View differences:

trunk/lib/sh/make.sh
29 29
)" # `remake=`: don't progagate remake to prerequisites
30 30

  
31 31
# usage: target() { begin_target; use $target...; }
32
alias begin_target='echo_target; echo_func; set_make_vars' # echo all targets
32
alias begin_target='echo_target; set_make_vars' # echo all targets
33 33

  
34 34
# usage: begin_target; ...; remaking || check if exists
35 35
# cmd line usage: [remake=1] func

Also available in: Unified diff