*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / copyright.sh
index 23f63363d204aca02d69e99261eef11e253d9ae5..a2a95855dfe576c938a23549dd7bd376e0d2146f 100644 (file)
@@ -61,7 +61,8 @@ byhand="
 "
 
 # Files which should not be modified, either because they are
-# generated, non-FSF, or otherwise special (e.g. license text).
+# generated, non-FSF, or otherwise special (e.g. license text,
+# or test cases which must be sensitive to line numbering).
 prunes="
 COPYING
 COPYING.LIB
@@ -76,6 +77,8 @@ gdbtk
 gdb.gdbtk
 osf-share
 aclocal.m4
+step-line.inp
+step-line.c
 "
 
 ####
@@ -90,7 +93,7 @@ set -f
 
 version=`$EMACS --version | sed 's/GNU Emacs \([0-9]*\)\..*/\1/; 1q'`
 if test "$version" -lt 22; then
-  echo "error: $EMACS is too old; use at least an Emacs 22 snapshot." >&2
+  echo "error: $EMACS is too old; use at least an Emacs 22.0.XX snapshot." >&2
   exit 1
 fi
 
This page took 0.023167 seconds and 4 git commands to generate.