Write upstream var into branch.mk when doing make update upstream=...

This commit is contained in:
Roland McGrath 2005-04-07 08:39:43 +00:00
parent 980b34ff1c
commit 53bce6f6fd
2 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,7 @@ update:
cvs -Q rtag $(if $(on-branch),-r $(glibc-base),-D "$$now") $$new libc;\
)\
(echo '# This file is updated automatically by Makefile.'; \
$(foreach var,$(branch.mk-vars),\
$(foreach var,$(branch.mk-vars) $(if $(upstream-tag),upstream),\
$(if $($(var)),echo '$(var) := $($(var))';)) \
echo "$(glibc-branch)-sync-date := $$now"; \
echo "$(glibc-branch)-sync-tag := $$new"; \

View File

@ -6,3 +6,4 @@ COLLECTION := dist-fc3-updates-candidate
releases-url := ftp://sources.redhat.com/pub/glibc/releases
fedora-2_3-sync-date := 2005-04-07 02:42 UTC
fedora-2_3-sync-tag := glibc-2_3_5
upstream := 2.3.5