[libvirt] [PATCH] build: Fix make dist

2017-11-22 Thread Martin Kletzander
Since we don't pack symlinks we cannot have recursive loops in them. Since we need one directory to be in tests/vircaps2xmldata/linux-caches/, instead of creating a symlink, just move the files in that directory and adjust tests. Signed-off-by: Martin Kletzander --- Pushed under the build-breake

Re: [libvirt] [PATCH] build: fix 'make dist' on virgin checkout

2012-06-13 Thread Eric Blake
On 06/12/2012 10:39 PM, Eric Blake wrote: > 'make dist' was depending on *protocol-structs files, which are > stored in git but in turn depended on generated files. We still > want to ship the protocol-structs files, but by renaming the > tests to something not matching a file name, we separate 'm

[libvirt] [PATCH] build: fix 'make dist' on virgin checkout

2012-06-12 Thread Eric Blake
'make dist' was depending on *protocol-structs files, which are stored in git but in turn depended on generated files. We still want to ship the protocol-structs files, but by renaming the tests to something not matching a file name, we separate 'make check' (which depends on the generated file) f

Re: [libvirt] [PATCH] build: fix 'make dist' without dtrace

2011-12-01 Thread Daniel P. Berrange
On Thu, Dec 01, 2011 at 10:17:04AM -0700, Eric Blake wrote: > probes.h can only be generated on Linux, and then only with dtrace > installed. If it is part of the tarball, then either 'make dist' > will fail if you don't have that setup, or we would have to start > keeping probes.h in libvirt.git.

[libvirt] [PATCH] build: fix 'make dist' without dtrace

2011-12-01 Thread Eric Blake
probes.h can only be generated on Linux, and then only with dtrace installed. If it is part of the tarball, then either 'make dist' will fail if you don't have that setup, or we would have to start keeping probes.h in libvirt.git. Since we only need it to be generated when dtrace is in use, it's

Re: [libvirt] [PATCH] build: fix 'make dist' error

2011-10-15 Thread Wen Congyang
On 10/13/2011 03:40 PM, Daniel Veillard wrote: On Thu, Oct 13, 2011 at 03:18:31PM +0800, Wen Congyang wrote: When I run 'make dist', I receive the following error messages: make[1]: Entering directory `/home/wency/source/libvirt/src' GENremote/remote_protocol.h GENremote/remote_pro

Re: [libvirt] [PATCH] build: fix 'make dist' error

2011-10-13 Thread Daniel Veillard
On Thu, Oct 13, 2011 at 03:18:31PM +0800, Wen Congyang wrote: > When I run 'make dist', I receive the following error messages: > make[1]: Entering directory `/home/wency/source/libvirt/src' > GENremote/remote_protocol.h > GENremote/remote_protocol.c > GENremote/qemu_protocol.h >

[libvirt] [PATCH] build: fix 'make dist' error

2011-10-13 Thread Wen Congyang
When I run 'make dist', I receive the following error messages: make[1]: Entering directory `/home/wency/source/libvirt/src' GENremote/remote_protocol.h GENremote/remote_protocol.c GENremote/qemu_protocol.h GENremote/qemu_protocol.c GENremote/qemu_client_bodies.h CC

Re: [libvirt] [PATCH] build: fix 'make dist' for ./configure --without-remote

2011-05-25 Thread Eric Blake
On 05/25/2011 04:10 PM, Eric Blake wrote: > On 05/15/2011 08:51 PM, Wen Congyang wrote: >> At 05/12/2011 04:30 AM, Eric Blake Write: >>> Anything generated that must end up in the tarball must either >>> have unconditional rules for generation (remote_protocol.c) or >>> must live in libvirt.git for

Re: [libvirt] [PATCH] build: fix 'make dist' for ./configure --without-remote

2011-05-25 Thread Eric Blake
On 05/15/2011 08:51 PM, Wen Congyang wrote: > At 05/12/2011 04:30 AM, Eric Blake Write: >> Anything generated that must end up in the tarball must either >> have unconditional rules for generation (remote_protocol.c) or >> must live in libvirt.git for the case where the person running >> 'make dist

Re: [libvirt] [PATCH] build: fix 'make dist' for ./configure --without-remote

2011-05-15 Thread Wen Congyang
At 05/12/2011 04:30 AM, Eric Blake Write: > Anything generated that must end up in the tarball must either > have unconditional rules for generation (remote_protocol.c) or > must live in libvirt.git for the case where the person running > 'make dist' has disabled the configure options that control

[libvirt] [PATCH] build: fix 'make dist' for ./configure --without-remote

2011-05-11 Thread Eric Blake
Anything generated that must end up in the tarball must either have unconditional rules for generation (remote_protocol.c) or must live in libvirt.git for the case where the person running 'make dist' has disabled the configure options that control the rebuild of the generated file (remote_protocol