Project

General

Profile

« Previous | Next » 

Revision 8956

lib/util.sh: make (): don't change the directory to $top_dir, because paths used by the caller will instead be relative to the current dir (note that in runscripts, paths are generally not absolute because of canon_rel_path ()). this requires manually specifying $top_dir when running make on a physical (rather than inlined) makefile.

View differences:

run
6 6
import ()
7 7
{
8 8
	echo_func
9
	make
9
	make --directory="$top_dir"
10 10
}
11 11

  
12 12
fi

Also available in: Unified diff