From bb50f56cd3aebc70b3711d3e518546d8945ef98b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 18 Feb 2005 22:05:26 +0000 Subject: Use -kk to suppress patches for $Id$ differences between branches. --- fedora/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fedora/Makefile b/fedora/Makefile index 2796363eba..9bde561c00 100644 --- a/fedora/Makefile +++ b/fedora/Makefile @@ -81,7 +81,8 @@ force-tag: glibc.spec # Note this rule assumes that your working directory (..) is up to date. $(tar-name)-$(branch-name).patch: makepatch.awk glibc.spec \ ../ChangeLog ../*/ChangeLog - (cd ..; cvs -q diff -upN $(select-snapshot) $(select-release)) | \ +# Use -kk to suppress patches for $Id$ differences between branches. + (cd ..; cvs -q diff -kk -upN $(select-snapshot) $(select-release)) | \ awk -v OLDVER=$(tar-name)-$(snapshot-name) \ -v NEWVER=$(tar-name)-$(snapshot-name)-$(branch-name) \ -f $< > patch.tmp -- cgit v1.2.3