[libvirt] [PATCH v4 0/2] fix parallel build broken by the new xen_xl_disk parser

Pavel Hrdina phrdina at redhat.com
Thu Jan 8 13:43:14 UTC 2015


On 01/08/2015 02:20 PM, Pavel Hrdina wrote:
> Pavel Hrdina (2):
>    src/Makefile: move the new xen_xl_disk parser code at the correct
>      place
>    src/Makefile: Fix parallel build after xen_xl_disk parser introduction
>
>   src/Makefile.am | 45 ++++++++++++++++++++++++++++-----------------
>   1 file changed, 28 insertions(+), 17 deletions(-)
>

Also consider this revert of 703ef966 as 0/2 because it was my first 
attempt to fix this issue but unfortunately I didn't have clean 
repository and the xen_xl_disk.{c,h} has been present. But it's 
completely wrong and it has to be reverted.

diff --git a/src/Makefile.am b/src/Makefile.am
index f970d60..557c703 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1015,7 +1015,7 @@ XENCONFIG_SOURCES = 
                 \
                 xenconfig/xen_sxpr.c xenconfig/xen_sxpr.h       \
                 xenconfig/xen_xm.c xenconfig/xen_xm.h           \
                 xenconfig/xen_xl.c xenconfig/xen_xl.h           \
-               xenconfig/xen_xl_disk.h
+               xenconfig/xen_xl_disk_i.h

  pkgdata_DATA = cpu/cpu_map.xml




More information about the libvir-list mailing list