From 734b8af16137f20581680db0f2256cde1658195a Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Wed, 13 Jul 2011 16:55:44 -0400 Subject: [PATCH] Remove more unused things from the Makefile --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 24e2368..83af358 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,3 @@ -REPO ?= riak -RIAK_TAG = $(shell git describe --tags) -REVISION ?= $(shell echo $(RIAK_TAG) | sed -e 's/^$(REPO)-//') -PKG_VERSION ?= $(shell echo $(REVISION) | tr - .) - .PHONY: rel stagedevrel deps test all: deps compile