Revision 9388
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/table.run | ||
---|---|---|
30 | 30 |
# target names are relative to the table subdir itself, not the datasrc dir |
31 | 31 |
{ |
32 | 32 |
echo_func; kw_params silent |
33 |
make --directory="$top_dir"/.. ${silent:+--silent }"${@/#/$table/}" |
|
33 |
make --directory="$(canon_rel_path "$top_dir"/..)" ${silent:+--silent }\ |
|
34 |
"${@/#/$table/}" |
|
34 | 35 |
# "${@/#/$table/}": replaces empty str at beginning of str (/#) with $table/ |
35 | 36 |
} |
36 | 37 |
|
Also available in: Unified diff
lib/runscripts/table.run: table_make(): run canon_rel_path on the datasrc dir so it's displayed as the direct path to it, without ..