]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use -kk to suppress patches for $Id$ differences between branches.
authorRoland McGrath <roland@gnu.org>
Fri, 18 Feb 2005 22:05:26 +0000 (22:05 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 18 Feb 2005 22:05:26 +0000 (22:05 +0000)
fedora/Makefile

index 2796363ebaf0d060a96d3041f0cdd280c8464abe..9bde561c00a16f66e7030f823c4482776ba60a1b 100644 (file)
@@ -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