On Fri, Jun 03, 2011 at 05:10:40PM +0100, Peter Maydell wrote: > When we create the symlinks to source tree files, don't create them > if the file is not actually present in the source tree; this will > happen if the file is in a git submodule that wasn't checked out. > > This also avoids the odd effect where an in-source-tree configure > will end up creating the missing file as a symlink to itself. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > v1->v2: remove debug printing > v2->v3: don't use test constructs marked by POSIX as obsolete, > as pointed out by Paolo Bonzini > > configure | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-)
Tested here and you've addressed review comments. Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan