Project

General

Profile

« Previous | Next » 

Revision 9388

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

View differences:

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