Revision 13317
Added by Aaron Marcuse-Kubitza over 10 years ago
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
bugfix: lib/sh/make.sh: begin_target: don't echo_func twice