summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-10-18 10:26:29 +0000
committerJakub Jelinek <jakub@redhat.com>2004-10-18 10:26:29 +0000
commitbe221e8df92045dd7175f127d2263ca435336c53 (patch)
tree168b1124c9ce7eff15127b229310d7c28c1581b5
parent3c7dae119e405a26bc23c07820d76bab0fdb0af0 (diff)
Fix a typo, add force-tag
-rw-r--r--fedora/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/fedora/Makefile b/fedora/Makefile
index ad7814661e..ae5082f01e 100644
--- a/fedora/Makefile
+++ b/fedora/Makefile
@@ -71,6 +71,9 @@ endif
tag: glibc.spec
cd ..; cvs -Q tag -c $(tag-prefix)$(spec-tag)
+force-tag: glibc.spec
+ cd ..; cvs -Q tag -F -c $(tag-prefix)$(spec-tag)
+
# Note this rule assumes that your working directory (..) is up to date.
$(tar-name)-$(glibc-branch).patch: makepatch.awk glibc.spec \
../ChangeLog ../*/ChangeLog
@@ -88,7 +91,7 @@ $(tar-name)-$(glibc-branch)-$(snapshot-name).tar.bz2: Makefile branch.mk \
../ChangeLog \
../*/ChangeLog
@rm -rf libc
- cvs -Q export $(select-release) $(addprefix libc/,$(outside-patch)) \
+ cvs -Q export $(select-release) $(addprefix libc/,$(outside-patch))
tar cf - -C libc $(outside-patch) | bzip2 -9 > $@.new
rm -rf libc
mv -f $@.new $@