aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-11-04 21:30:44 +0100
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-11-10 10:14:23 +0100
commit71a0a6da8e571788db9890eaf0376eccdc5d1c55 (patch)
treec52254d99672226708e5fb228ddaf090272fe70f /Makefile
parent9d3877ca51142d35caf8c76cfe8281bc514a02a2 (diff)
downloadsparse-dev-71a0a6da8e571788db9890eaf0376eccdc5d1c55.tar.gz
build: remove the dist rule since unused
The last .tar.gz was for v0.5.0 in 2014. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index cc804491..6d90bfbe 100644
--- a/Makefile
+++ b/Makefile
@@ -194,13 +194,6 @@ version.h: FORCE
fi
-dist:
- @if test "$(SPARSE_VERSION)" != "v$(VERSION)" ; then \
- echo 'Update VERSION in the Makefile before running "make dist".' ; \
- exit 1 ; \
- fi
- git archive --format=tar --prefix=sparse-$(VERSION)/ HEAD^{tree} | gzip -9 > sparse-$(VERSION).tar.gz
-
check: all
$(Q)cd validation && ./test-suite