diff gnulib-tool @ 10252:66f4295bd26d

Put gnulib-comp.m4 into .cvsignore or .gitignore.
author Bruno Haible <bruno@clisp.org>
date Mon, 30 Jun 2008 01:44:56 +0200
parents 9504c4170271
children a945eb5a83fe
line wrap: on
line diff
--- a/gnulib-tool	Mon Jun 30 01:28:02 2008 +0200
+++ b/gnulib-tool	Mon Jun 30 01:44:56 2008 +0200
@@ -3248,6 +3248,8 @@
     # Update the .cvsignore and .gitignore files.
     { echo "$added_files" | sed -e '/^$/d' -e 's,\([^/]*\)$,|A|\1,'
       echo "$removed_files" | sed -e '/^$/d' -e 's,\([^/]*\)$,|R|\1,'
+      # Treat gnulib-comp.m4 like an added file, even if it already existed.
+      echo "$m4base/|A|gnulib-comp.m4"
     } | LC_ALL=C sort -t'|' -k1,1 > "$tmp"/fileset-changes
     { # Rearrange file descriptors. Needed because "while ... done < ..."
       # constructs are executed in a subshell e.g. by Solaris 10 /bin/sh.