On 11/11/17 01:01, Peter Maydell wrote: > On 10 November 2017 at 13:46, Alexey Kardashevskiy <a...@ozlabs.ru> wrote: >> And it will still be >> better than changing the $SRC_PATH when a user specifically asked not to do >> that by calling "./configure --source-path='. > > I'm not terribly happy with the submodule stuff either, but > that configure rune is not making use of a documented > or supported feature. --source-path is for telling configure > where the source code is. Passing it an empty string should > probably be rejected as an error.
It is not empty, I just cut an example too much :) The script looks like: cd /home/aik/pbuild/qemu-garrison2-ppc64/ /home/aik/p/qemu/configure --target-list=ppc64-softmmu --source-path=/home/aik/p/qemu/ -- Alexey