diff options
author | greg@kroah.com <greg@kroah.com> | 2004-11-12 23:43:34 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:18:23 -0700 |
commit | 04b49aab9addcc628381d187d0586c20a8c2cfad (patch) | |
tree | 8166f03859ebb9c26138d54662706bf279c735ec /Makefile | |
parent | 2b41e68a08548ce44b4d145900dab2bb04cd34f7 (diff) |
[PATCH] make spotless for releases.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |