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

2019-07-25 Thread Andrea Bolognani
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 +=

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

2019-07-23 Thread Daniel P . Berrangé
The current make rules are inconsistent about which directory the augeas test files are created in. Put them all in the same dir as their source. Signed-off-by: Daniel P. Berrangé --- .gitignore | 8 +--- src/bhyve/Makefile.inc.am | 9 +