Revision 14765
Added by Aaron Marcuse-Kubitza about 10 years ago
trunk/lib/runscripts/subdir.run | ||
---|---|---|
19 | 19 |
echo_func |
20 | 20 |
set -- "${@/#/$subdir/}" # replace empty str at start (/#) with $subdir/ |
21 | 21 |
set -- "${@/%/${remake:+-remake}}" # replace empty str at end (/%) |
22 |
make --directory="$(canon_rel_path "$top_dir"/..)" "$@"
|
|
22 |
make --directory="$datasrc_dir" "$@"
|
|
23 | 23 |
} |
24 | 24 |
|
25 | 25 |
fi |
Also available in: Unified diff
lib/runscripts/subdir.run: subdir_make(): use new $datasrc_dir