summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2013-05-06 10:21:55 -0600
committerEric Blake <eblake@redhat.com>2013-05-06 14:09:11 -0600
commitfb395ac9c8dbeac8d3c2296adbe0ab5b081c52d7 (patch)
tree46881ae823fa49b6360152561f80839edc60f0fb
parent093285011cc789049ab2c44cd1390c7c07493505 (diff)
downloadlibvirt-python-split-1.0.5.1.tar.gz
libvirt-python-split-1.0.5.1.tar.xz
libvirt-python-split-1.0.5.1.zip
build: clean up stray files found by 'make distcheck'v1.0.5.5v1.0.5.4v1.0.5.3v1.0.5.2v1.0.5.1
'make distcheck' complained: ERROR: files left in build directory after distclean: ./python/libvirt.pyc ./tests/commandhelper.log Problems introduced in commits f015495 and 25ea8e4 (both v1.0.3). * tests/commandtest.c (test21): Check (and clean) log file. * tests/commanddata/test21.log: New file. * python/Makefile.am (CLEANFILES): Clean up compiled python files. Signed-off-by: Eric Blake <eblake@redhat.com> (cherry picked from commit c21c38d71b31f0b119d615cc16800eee9fe0bb10)
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ba444ef..767d807 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -142,7 +142,8 @@ uninstall-local:
rm -f $(DESTDIR)$(pyexecdir)/libvirt_lxc.py
rm -f $(DESTDIR)$(pyexecdir)/libvirt_qemu.py
-CLEANFILES= $(GENERATED) $(QEMU_GENERATED) $(LXC_GENERATED) $(GENERATE).stamp
+CLEANFILES= $(GENERATED) $(QEMU_GENERATED) $(LXC_GENERATED) $(GENERATE).stamp \
+ *.pyc
else
all: