From c6d6c66f5745f77366e1233243087757883b9e10 Mon Sep 17 00:00:00 2001 From: shnavid Date: Mon, 2 Jul 2007 20:01:50 +0000 Subject: "make tag-release" followed by a "make release" will be required now to create new releases. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@160 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- src/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 1b93d7f6..94fb35bd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -21,7 +21,6 @@ else @svn copy $(REPO)/trunk/src $(REPO)/tags/$(SVNTAG) \ -m "Tagging the $(SVNTAG) release of the sos project" @echo "Tagged as $(SVNTAG)" - SVN_TAG_CONTENTS := $(shell svn list $(REPO)/tags/$(SVNTAG)/Makefile) endif # if we don't compress them, rpmbuild does, and this breaks things @@ -42,7 +41,7 @@ tarball: clean manpages @echo " " @echo "The final archive is ./$(NAME)-$(VERSION).tar.bz2." -release: clean tag-release manpages +release: clean manpages ifeq ($(strip $(SVN_TAG_CONTENTS)), Makefile) @echo "Creating an archive from tag $(SVNTAG)" @rm -rf /tmp/$(NAME) -- cgit