On 05/06/13 19:39, Eric Blake wrote:
On 05/06/2013 11:15 AM, Eric Blake wrote:
> 'make distcheck' complained:
>
> ERROR: files left in build directory after distclean:
> ./python/libvirt.pyc
> ./tests/commandhelper.log
>
> * tests/commandtest.c (test16): Unlink log file.
Stale commit message buffer. The correct commit message is:
build: clean up stray files found by 'make distcheck'
'make distcheck' complained:
ERROR: files left in build directory after distclean:
./python/libvirt.pyc
./tests/commandhelper.log
* tests/commandtest.c (test21): Check (and clean) log file.
* tests/commanddata/test21.log: New file.
* python/Makefile.am (CLEANFILES): Clean up compiled python files.
ACK, I've hit the error when trying the previous patch. This fixes it.
Peter