Project

General

Profile

« Previous | Next » 

Revision 9431

lib/sh/make.sh: set_make_vars: set $target_stem

View differences:

lib/sh/make.sh
8 8
local command="${FUNCNAME##*/}"; echo_vars command
9 9
local target_filename="${FUNCNAME%/*}"; echo_vars target_filename
10 10
local target="$top_dir/$target_filename"; echo_vars target
11
local target_stem="${target_filename%.*}"; echo_vars target_stem
11 12
EOF
12 13
)"
13 14

  

Also available in: Unified diff