From: Ruediger Meier Date: Wed, 7 Dec 2016 19:39:02 +0000 (+0100) Subject: build-sys: don't clean *.img files X-Git-Tag: v2.29.1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a47c5b47d8f67ca18a58c0144bf3f5238721957a;p=thirdparty%2Futil-linux.git build-sys: don't clean *.img files Don't know why this was added in d78df0ac but it can't be right that libmount/python removes these files in the toplevel builddir. Moreover I've never seen such *.img files appearing during build at all. Signed-off-by: Ruediger Meier --- diff --git a/libmount/python/Makemodule.am b/libmount/python/Makemodule.am index 9964e31299..fb93b6e987 100644 --- a/libmount/python/Makemodule.am +++ b/libmount/python/Makemodule.am @@ -32,6 +32,4 @@ dist_check_SCRIPTS += libmount/python/test_mount_context.py dist_check_SCRIPTS += libmount/python/test_mount_tab.py dist_check_SCRIPTS += libmount/python/test_mount_tab_update.py -CLEANFILES += *.img - endif # BUILD_PYLIBMOUNT