summary refs log tree commit diff stats
path: root/tests/qapi-schema/trailing-comma-object.err
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2014-04-28 15:09:01 +0300
committerMichael S. Tsirkin <mst@redhat.com>2014-05-07 19:14:57 +0300
commitcab00a5aa163b6bba3043ef0636c4a3a061511ec (patch)
treed9dc6c1fa37107974b736dbad7bd3c7ea48a7b9d /tests/qapi-schema/trailing-comma-object.err
parent62622c11f230edddcc47aabe2d988555bf125993 (diff)
downloadfocaccia-qemu-cab00a5aa163b6bba3043ef0636c4a3a061511ec.tar.gz
focaccia-qemu-cab00a5aa163b6bba3043ef0636c4a3a061511ec.zip
configure: make source tree build more robust
When source directory can be arrived at by two paths,
configure might misdetect an out of tree build.
The simplest way to trigger the problem is running
configure using a full path. E.g. (<firstpath> refers to qemu source
tree):
    ln -s <firstpath> <secondpath>
    cd <firstpath>
    <secondpath>/configure

A more practical way is when make runs configure automatically:

1. cd <firstpath>/; ./configure
    SRC_PATH=<firstpath>/ is written into config_host.mak
2. cd <secondpath>/; touch configure; make
    make now runs <firstpath>/configure, so configure
    assumes it's an out of tree build

When this happens configure overwrites parts of
the current tree with symlinks.

Make the test more robust: look for configure
in the current directory.
If there - we know it's a source build!

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests/qapi-schema/trailing-comma-object.err')
0 files changed, 0 insertions, 0 deletions