[libvirt] [PATCH] qemu: distribute more documentation

Jim Meyering jim at meyering.net
Wed May 19 19:27:33 UTC 2010


Eric Blake wrote:
> * src/Makefile.am (EXTRA_DIST): Add THREADS.txt.
> ---
>
> I noticed this while working on back-porting a patch to RHEL-6 - the
> qemu tree in my git repository had more files than were in the
> unpacked 0.8.1 tarball.
>
>  src/Makefile.am |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 889de8e..4c9fdf8 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -588,7 +588,8 @@ augeas_DATA += qemu/libvirtd_qemu.aug
>  augeastest_DATA += qemu/test_libvirtd_qemu.aug
>
>  endif
> -EXTRA_DIST += qemu/qemu.conf qemu/libvirtd_qemu.aug qemu/test_libvirtd_qemu.aug
> +EXTRA_DIST += qemu/qemu.conf qemu/libvirtd_qemu.aug \
> +		qemu/test_libvirtd_qemu.aug qemu/THREADS.txt

Obviously correct.
Though if you add THREADS.txt, maybe you want to add
daemon/THREADING.txt, too:

  $ git ls-files|grep THREAD
  daemon/THREADING.txt
  src/qemu/THREADS.txt
  $ grep THREA daemon/M*.am
  [Exit 1]
  $

ACK either way.




More information about the libvir-list mailing list