Revision 9943
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/subdir.run | ||
---|---|---|
14 | 14 |
{ |
15 | 15 |
echo_func |
16 | 16 |
set -- "${@/#/$subdir/}" # replace empty str at start (/#) with $subdir/ |
17 |
set -- "${@/%/${_remake:+-remake}}" # replace empty str at end (/%)
|
|
17 |
set -- "${@/%/${remake:+-remake}}" # replace empty str at end (/%) |
|
18 | 18 |
make --directory="$(canon_rel_path "$top_dir"/..)" "$@" |
19 | 19 |
} |
20 | 20 |
|
Also available in: Unified diff
bugfix: lib/runscripts/subdir.run: subdir_make(): only remake if $remake has been explicitly propagated to subdir_make() by using self_make