]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix race when creating the cpu_map.xml symlink
authorAmy Fong <amy.fong@windriver.com>
Mon, 23 Mar 2015 17:44:03 +0000 (13:44 -0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 28 Apr 2015 15:06:43 +0000 (11:06 -0400)
commitf046531ed3872d7d3581956a64d64005f4fbd047
tree1646f420b736987a9056d6f27a808e5eec0abfc3
parenta5ebbe9ccfdb8b1559e47c5d72f6ab4df4fe963f
build: fix race when creating the cpu_map.xml symlink

In some circumstances where the build tree differs from the source,
libvirt's compile will try to create the symlink for cpu_map.xml before
creating the directory $(abs_builddir)/cpu:

'src/cpu/cpu_map.xml': No such file or directory'

Do not create the symlink, it is no longer needed after
commit e562e82f
    Load CPU map from builddir when run uninstalled

Signed-off-by: Amy Fong <amy.fong@windriver.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
(cherry picked from commit 237ffd1b1d725f04b3b185ee2cb5938b6d3d45b7)
src/Makefile.am