]> git.notmuchmail.org Git - notmuch/commitdiff
build system: remove directories created by tests in "make clean"
authorDavid Bremner <bremner@debian.org>
Thu, 2 Aug 2012 12:27:26 +0000 (09:27 -0300)
committerDavid Bremner <bremner@debian.org>
Fri, 3 Aug 2012 00:09:45 +0000 (21:09 -0300)
These extra directories cause problems for building on Debian
twice in a row.

In order to remove directories, we need to us "rm -rf" instead of
"rm -f". So now we should be extra careful what we add to the
variable CLEAN.


No differences found