summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ef66213dd8..e1a4b9fe27 100644
--- a/Makefile
+++ b/Makefile
@@ -332,7 +332,7 @@ spotless: clean
DISTFILES = $(shell find . \( -not -name '.' \) -print | grep -v -e CVS -e "\.tar\.gz" -e "\/\." -e releases -e BitKeeper -e SCCS -e test/sys | sort )
DISTDIR := $(RELEASE_NAME)
srcdir = .
-release: clean
+release: spotless
-rm -rf $(DISTDIR)
mkdir $(DISTDIR)
chmod 777 $(DISTDIR)
@@ -342,7 +342,7 @@ release: clean
@echo "$(RELEASE_NAME).tar.gz created"
-small_release: $(DISTFILES) clean
+small_release: $(DISTFILES) spotless
# @echo $(DISTFILES)
@-rm -rf $(DISTDIR)
@mkdir $(DISTDIR)