]> git.cworth.org Git - notmuch/commit
perf: Clean corpus and caches in distclean, not clean
authorAustin Clements <amdragon@MIT.EDU>
Tue, 22 Oct 2013 00:55:38 +0000 (20:55 -0400)
committerDavid Bremner <bremner@debian.org>
Sat, 26 Oct 2013 00:24:43 +0000 (21:24 -0300)
commitabedb55a45ed9a747387c954217553b1f0246c96
treef5ac3da61f7d330d8eeb82d6c4a3af14738ff280
parentbafe650f5de057eecf62b4da30443a81233ddad6
perf: Clean corpus and caches in distclean, not clean

Previously, we cleaned the downloaded performance corpus and the
cached indexes on 'make clean'.  This seems heavy-handed, since these
take a long time to download, unpack, and index.  They also aren't
make targets to begin with.  Move cleaning these to 'make distclean'.
This isn't exactly the right meaning of "distclean", but it's closer.
performance-test/Makefile.local