diff options
author | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-07-02 20:01:50 +0000 |
---|---|---|
committer | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-07-02 20:01:50 +0000 |
commit | c6d6c66f5745f77366e1233243087757883b9e10 (patch) | |
tree | 91abd6732bfd9445c5d6d1980bbf56ec7c2b0651 /src | |
parent | bbe814525a51839b32d40321d5ff6d47420b41c5 (diff) | |
download | sos-c6d6c66f5745f77366e1233243087757883b9e10.tar.gz |
"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
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 1 insertions, 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) |