about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-09-23 01:47:57 +0000
committerRoland McGrath <roland@gnu.org>2004-09-23 01:47:57 +0000
commit5ab387d33be3172efe1b094c56a11d2597d59424 (patch)
treedfe1aa3777f193b40ad6360402d67334e588d8c6
parentff9e0dc82308dbff1f08955eacecc4b4fb4d1839 (diff)
downloadglibc-5ab387d33be3172efe1b094c56a11d2597d59424.tar.gz
glibc-5ab387d33be3172efe1b094c56a11d2597d59424.tar.xz
glibc-5ab387d33be3172efe1b094c56a11d2597d59424.zip
Tweak archive deps.
-rw-r--r--fedora/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/fedora/Makefile b/fedora/Makefile
index 0a3a97a5a6..25dfb5d077 100644
--- a/fedora/Makefile
+++ b/fedora/Makefile
@@ -5,7 +5,6 @@ glibc.spec: # The default target.
 tag-prefix := fedora-
 
 .PHONY: update commit-merge commit patch tag archive finish_archive srpm rpm
-FORCE:
 
 snapshot-date-fmt := +'%Y-%m-%d %H:%M %Z'
 snapshot-name-fmt := +'%Y%m%dT%H%M'
@@ -60,7 +59,8 @@ spec-tag = $(subst .,_,$(spec-nvr))
 tag: glibc.spec
 	cd ..; cvs -Q tag -c $(tag-prefix)$(spec-tag)
 
-$(tar-name)-$(glibc-branch).patch: makepatch.awk glibc.spec FORCE
+$(tar-name)-$(glibc-branch).patch: makepatch.awk glibc.spec \
+				   ../ChangeLog ../*/ChangeLog
 	(cd ..; cvs -q diff -upN \
 		    $(select-snapshot) -r $(tag-prefix)$(spec-tag)) | \
 	awk -v OLDVER=$(tar-name)-$(snapshot-name) \
@@ -72,7 +72,9 @@ $(tar-name)-$(glibc-branch).patch: makepatch.awk glibc.spec FORCE
 outside-patch = fedora c_stubs rtkaio glibc-compat \
 		localedata/charmaps/GB18030 iconvdata/gb18030.c
 
-$(tar-name)-$(glibc-branch)-$(snapshot-name).tar.bz2: FORCE
+$(tar-name)-$(glibc-branch)-$(snapshot-name).tar.bz2: Makefile branch.mk \
+						      ../ChangeLog \
+						      ../*/ChangeLog
 	@rm -rf libc
 	cvs -Q export -r$(tag-prefix)$(spec-tag) \
 		      $(addprefix libc/,$(outside-patch))