aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorsconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8>2006-07-17 16:19:23 +0000
committersconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8>2006-07-17 16:19:23 +0000
commitd59b27c410d8b37b347c89a8ebd5f6ebb959e216 (patch)
tree03b24aeaea98c66a3d1d4e8a053ce6f0e4ec5f38 /src/Makefile
parent7af260bf560597a7371404c19caf4ae47deefc11 (diff)
downloadsos-d59b27c410d8b37b347c89a8ebd5f6ebb959e216.tar.gz
Bumped version, fixed makefile for archive-create
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@20 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 53e69d70..9fed99b4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -17,10 +17,11 @@ all:
@svn copy $(REPO)/trunk/src $(REPO)/tags/$(SVNTAG) \
-m "Tagging the $(SVNTAG) release of the sos project"
@echo "$(SVNTAG)"
+ @svn update $(REPO)/tags
tag-archive: ../../tags/$(SVNTAG)
-create-archive:
+create-archive: tag-archive
@rm -rf /tmp/$(NAME)
@svn export $(REPO)/tags/$(SVNTAG)/src /tmp/$(NAME) \
|| echo GRRRrrrrr -- ignore [export aborted]