From 1547e88a9aa91cced5f4f11d126f8db1ec13b691 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 23 Sep 2004 01:03:59 +0000 Subject: Yet more update tweaks. --- fedora/Makefile | 4 ++-- fedora/branch.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'fedora') 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: diff --git a/fedora/branch.mk b/fedora/branch.mk index 1bc627c1c1..91d751ff05 100644 --- a/fedora/branch.mk +++ b/fedora/branch.mk @@ -2,4 +2,4 @@ glibc-branch := fedora glibc-base := HEAD fedora-sync-date := 2004-09-22 05:52 UTC -fedora-sync-tag := fedora-glibc-20040922T0552 +fedora-sync-tag := fedora-base -- cgit v1.2.3