clean: Remove null.* and sockets from builddir tmp/ subdirectory.

This commit is contained in:
Richard W.M. Jones
2015-10-05 22:00:13 +01:00
parent fe4630e033
commit 540ce6a4e5

View File

@@ -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