summaryrefslogtreecommitdiff
path: root/fedora/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-09-22 22:19:20 +0000
committerRoland McGrath <roland@gnu.org>2004-09-22 22:19:20 +0000
commit05bb11efb2a44b9131da48cb8fcb937a73554a75 (patch)
tree813e101bfa4cba9081ef3c66bf491fd048ac4d04 /fedora/Makefile
parent0847bc6ef9ca0799ad109be34659c46d4c26f7d8 (diff)
Don't include the glibc snapshot date in the patch file name.
Diffstat (limited to 'fedora/Makefile')
-rw-r--r--fedora/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/fedora/Makefile b/fedora/Makefile
index 3c5870c422..78367ac3e2 100644
--- a/fedora/Makefile
+++ b/fedora/Makefile
@@ -63,8 +63,7 @@ spec-tag = $(subst .,_,$(spec-nvr))
tag: glibc.spec
cd ..; cvs -Q tag -c $(tag-prefix)$(spec-tag)
-$(tar-name)-$(snapshot-name)-$(glibc-branch).patch: makepatch.awk glibc.spec \
- FORCE
+$(tar-name)-$(glibc-branch).patch: makepatch.awk glibc.spec FORCE
(cd ..; cvs -q diff -upN \
$(select-snapshot) -r $(tag-prefix)$(spec-tag)) | \
awk -v OLDVER=$(tar-name)-$(snapshot-name) \
@@ -93,7 +92,7 @@ $(tar-name)-$(snapshot-name).tar.bz2: Makefile branch.mk
archives = $(tar-name)-$(snapshot-name).tar.bz2 \
$(tar-name)-$(glibc-branch)-$(snapshot-name).tar.bz2 \
- $(tar-name)-$(snapshot-name)-$(glibc-branch).patch
+ $(tar-name)-$(glibc-branch).patch
finish_archive: $(archives)
archive: glibc.spec