diff make-dist @ 65933:4a1ce261e35c

(tempparent): Don't check for 14-char file name limit.
author Richard M. Stallman <rms@gnu.org>
date Sun, 09 Oct 2005 02:08:30 +0000
parents 00005df1b3eb
children 34ac1add981e 5e2d3828e89f
line wrap: on
line diff
--- a/make-dist	Sat Oct 08 21:19:18 2005 +0000
+++ b/make-dist	Sun Oct 09 02:08:30 2005 +0000
@@ -218,13 +218,6 @@
     echo "${bogosities}"
   fi
   rm -f /tmp/el /tmp/elc
-
-  ### Check for .el files that would overflow the 14-char limit if compiled.
-  long=`find lisp leim -name '[a-zA-Z0-9]??????????*.el' -print`
-  if [ "$long" != "" ]; then
-    echo "The following .el file names are too long:"
-    echo "$long"
-  fi
 fi
 
 ### Make sure configure is newer than configure.in.