summaryrefslogtreecommitdiff
path: root/fedora/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-09-23 01:03:59 +0000
committerRoland McGrath <roland@gnu.org>2004-09-23 01:03:59 +0000
commit1547e88a9aa91cced5f4f11d126f8db1ec13b691 (patch)
tree52ce4d0a0cac4abbb40aa426bc45c0d9c55b3f8e /fedora/Makefile
parent1a19a35223444a41e48ba03a905d9ae71b471b54 (diff)
Yet more update tweaks.
Diffstat (limited to 'fedora/Makefile')
-rw-r--r--fedora/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fedora/Makefile b/fedora/Makefile
index d2529394f6..b8708e2737 100644
--- a/fedora/Makefile
+++ b/fedora/Makefile
@@ -25,7 +25,6 @@ snapshot-id = $($(glibc-branch)-sync-tag)
update:
now=`date -u $(snapshot-date-fmt)`; \
name=`date -u -d "$$now" $(snapshot-name-fmt)`; \
- old="$(tag-prefix)$(tar-name)-$(snapshot-name)"; \
new="$(tag-prefix)$(tar-name)-$$name"; \
cvs -Q rtag $(if $(on-branch),-r $(glibc-base),-D "$$now") $$new libc;\
(echo '# This file is updated automatically by Makefile.'; \
@@ -34,7 +33,8 @@ update:
echo "$(glibc-branch)-sync-date := $$now"; \
echo "$(glibc-branch)-sync-tag := $$new"; \
) > branch.mk; \
- cd ..; (set -x; cvs -q update -d -P -j"$$old" -j"$$new") \
+ cd ..; (set -x; cvs -q update -d -P \
+ -j'$($(glibc-branch)-sync-tag)' -j"$$new") \
2>&1 | tee fedora/update.log
commit-merge: