On Mon, Jul 29, 2019 at 12:08:19PM +0900, Hiroyuki Katsura wrote:
 Is ’src/bin/.gitkeep’ required in EXTRA_DIST? I think because
src/bin/
 bindtests.rs is included in EXTRA_DIST,  ’src/bin/.gitkeep’ is not required
 to make sure the directory exists. Is this idea is correct? 
One tip for checking if your EXTRA_DIST is complete:
make && make dist && make maintainer-check-extra-dist
The last step will list any differences between what is listed in
EXTRA_DIST and what is included in git, plus generated files which we
normally include in the tarball.
I have fixed all outstanding issues.
Rich.
-- 
Richard Jones, Virtualization Group, Red Hat 
http://people.redhat.com/~rjones
Read my programming and virtualization blog: 
http://rwmj.wordpress.com
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://people.redhat.com/~rjones/virt-df/