]> git.proxmox.com Git - qemu.git/commit - configure
configure: Don't create symlinks to nonexistent targets
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 3 Jun 2011 16:10:40 +0000 (17:10 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 24 Jun 2011 08:13:36 +0000 (09:13 +0100)
commitf9245e100f12f03338a4e7660879139defb4ae3e
treea28a5c2b7d8df6dd90ba794b187c116518263bc4
parent744d3644181ddb16ef5944a0f9217e46961c8c84
configure: Don't create symlinks to nonexistent targets

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.maydell@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
configure