Skip to content

Commit

Permalink
Merge branch 'az733-innostore-install' of github.com:basho/innostore …
Browse files Browse the repository at this point in the history
…into az733-innostore-install
  • Loading branch information
Jeffrey Massung committed Sep 20, 2011
2 parents 66c5642 + d732ef8 commit 234acd4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ INSTALL_ERR = "$(RIAK) doesn't exist or isn't writable."
TARGET_ERR = "Error: no target location defined - set RIAK or OTPROOT"
INSTALL_MSG = "Installing to $(RIAK)/lib..."

.PHONY: package pkgclean
.PHONY: package pkgclean distclean

all: compile

Expand Down Expand Up @@ -48,10 +48,12 @@ buildtar = mkdir distdir && \
distdir:
$(if $(INNOSTORE_TAG), $(call buildtar), $(error "You can't generate a release tarball from a non-tagged revision. Run 'git checkout <tag>', then 'make dist'"))

dist $(REPO)-$(INNOSTORE_TAG).tar.gz: distdir
dist $(RELEASE_NAME).tar.gz: distdir
cd distdir; \
tar czf ../$(RELEASE_NAME).tar.gz $(RELEASE_NAME)

distclean: ballclean

ballclean:
rm -rf $(RELEASE_NAME).tar.gz distdir

Expand Down

0 comments on commit 234acd4

Please sign in to comment.