
On Wed, Mar 25, 2015 at 10:59:41AM -0400, Amy Fong wrote:
On Wed, Mar 25, 2015 at 10:35:45AM +0100, Ján Tomko wrote:
On Mon, Mar 23, 2015 at 01:48:06PM -0400, Amy Fong wrote:
From 73172eeed1fcffcfae088a3059fbca0689b7437f Mon Sep 17 00:00:00 2001 From: Amy Fong <amy.fong@windriver.com> Date: Mon, 23 Mar 2015 13:44:03 -0400 Subject: [PATCH] libvirt: 'src/cpu/cpu_map.xml': No such file or directory'
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.
Add a test to create this directory if it hasn't already been created.
Signed-off-by: Amy Fong <amy.fong@windriver.com> --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+)
...
This symlink is no longer needed, this whole rule can be deleted. I can amend the patch to delete it completely if you're ok with that.
It is the last remaining hunk of commit e562e82f Load CPU map from builddir when run uninstalled - part of it was reverted by commit dd47723 Use virFileFindResource to locate CPU map XML and the symlink was made redundant by commit bc6e2063 Search for schemas and cpu_map.xml in source tree
Jan
Sounds good.
Now pushed. Jan
Thanks! Amy
-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list