diff options
author | David Bremner <david@tethera.net> | 2014-05-04 15:10:49 +0900 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2014-05-28 09:52:10 -0300 |
commit | fe8cd90f97a078336612cd441a783096d6350564 (patch) | |
tree | 2716256dc94e5f86401f2aeb42f1122e418ffcf7 /test | |
parent | 18565743949174e28576a751ae18b90dcfc60c40 (diff) |
build: add dataclean
It turns out to be inconvenient to delete the downloaded datafiles with
distclean, so I propose a new target which does that instead.
The closest conventional target is 'maintainer-clean'; the difference
here is that having the original source tarball is not enough to
reconstruct these files.
Diffstat (limited to 'test')
-rw-r--r-- | test/test-databases/Makefile.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-databases/Makefile.local b/test/test-databases/Makefile.local index 0572e784..ff333a1d 100644 --- a/test/test-databases/Makefile.local +++ b/test/test-databases/Makefile.local @@ -11,4 +11,4 @@ test_databases := $(dir)/database-v1.tar.xz download-test-databases: ${test_databases} -DISTCLEAN := $(DISTCLEAN) ${test_databases} +DATACLEAN := $(DATACLEAN) ${test_databases} |