]> 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)
committerJán Tomko <jtomko@redhat.com>
Wed, 25 Mar 2015 17:48:00 +0000 (18:48 +0100)
commit237ffd1b1d725f04b3b185ee2cb5938b6d3d45b7
tree3ddd150620b101fa6ccda821727d97731caffc4d
parent02f0f1ccc71ae53c1b6d8db4ce7270653663ea0c
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>
src/Makefile.am