[libvirt] [PATCH 02/41] build: create all augeas test files in same dir as their source

Andrea Bolognani abologna at redhat.com
Thu Jul 25 16:25:39 UTC 2019


On Tue, 2019-07-23 at 17:02 +0100, Daniel P. Berrangé wrote:
> +++ b/src/bhyve/Makefile.inc.am
> @@ -49,17 +49,18 @@ libvirt_driver_bhyve_impl_la_SOURCES = $(BHYVE_DRIVER_SOURCES)
>  
>  conf_DATA += bhyve/bhyve.conf
>  augeas_DATA += bhyve/libvirtd_bhyve.aug
> -augeastest_DATA += test_libvirtd_bhyve.aug
> +augeastest_DATA += bhyve/test_libvirtd_bhyve.aug
> +CLEANFILES += bhyve/test_libvirtd_bhyve.aug

Since you're going to remove all CLEANFILES with the next patch,
it's pointless to add them here: just switch the two patches around.

Everything else looks fine, so once you've done that

  Reviewed-by: Andrea Bolognani <abologna at redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list