[Libguestfs] [PATCH 03/12] tests/data: Ensure all generated image files are removed by 'make clean'.

Richard W.M. Jones rjones at redhat.com
Wed Apr 24 20:55:31 UTC 2013


From: "Richard W.M. Jones" <rjones at redhat.com>

Otherwise the build breaks if you switch from a non-separated build to
a separated build.
---
 tests/data/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
index 2e3012e..d854fb3 100644
--- a/tests/data/Makefile.am
+++ b/tests/data/Makefile.am
@@ -45,8 +45,7 @@ noinst_DATA = test.iso
 
 CLEANFILES = \
 	test.iso test.sqsh \
-	100kallzeroes 100kallnewlines 100kallspaces 100krandom 10klines \
-	initrd
+	$(images_files_build)
 
 images_files_src = \
 	$(srcdir)/helloworld.tar \
-- 
1.8.1.4




More information about the Libguestfs mailing list