Project

General

Profile

« Previous | Next » 

Revision 12780

lib/sh/make.sh: added echo_target

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
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