diff options
author | Roland McGrath <roland@gnu.org> | 2005-02-18 22:05:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-02-18 22:05:58 +0000 |
commit | 00e4559b612f179492ff3721f86c92498894432f (patch) | |
tree | c965e6c11d79dc32cff38f5d3037d84b3e7da6cd | |
parent | 15d734b9a0077bc78ebc7ecf720a17030a6a63b8 (diff) | |
download | glibc-00e4559b612f179492ff3721f86c92498894432f.tar.gz |
Use -kk to suppress patches for $Id$ differences between branches.
-rw-r--r-- | fedora/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fedora/Makefile b/fedora/Makefile index 6d0098ac1c..88b68eea28 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 |