From 540ce6a4e52464843db6c8852307689ddd98e251 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 5 Oct 2015 22:00:13 +0100 Subject: [PATCH] clean: Remove null.* and sockets from builddir tmp/ subdirectory. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index dae7f7b64..1b3f63150 100644 --- a/Makefile.am +++ b/Makefile.am @@ -425,6 +425,8 @@ clean-local: -rm -rf tmp/libguestfs?????? -rm -rf tmp/guestfs.* -rm -rf tmp/.guestfs-* + -rm -rf tmp/null.* + -find tmp -type s -delete # If you don't want to run all of the tests ('make check') then this # will just run libguestfs-test-tool for a quick check. Note this