Revision 12780
Added by Aaron Marcuse-Kubitza over 10 years ago
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 |
|
19 |
|
|
18 | 20 |
# helper alias; use begin_target instead |
19 | 21 |
# usage: target_filename/command() { echo_func; set_make_vars; use $target...; } |
20 | 22 |
alias set_make_vars="$(cat <<'EOF' |
Also available in: Unified diff
lib/sh/make.sh: added echo_target