aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-11-12 23:43:34 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 22:18:23 -0700
commit04b49aab9addcc628381d187d0586c20a8c2cfad (patch)
tree8166f03859ebb9c26138d54662706bf279c735ec /Makefile
parent2b41e68a08548ce44b4d145900dab2bb04cd34f7 (diff)
downloadudev-04b49aab9addcc628381d187d0586c20a8c2cfad.tar.gz
[PATCH] make spotless for releases.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ef66213d..e1a4b9fe 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)