# HG changeset patch # User Richard M. Stallman # Date 1128823710 0 # Node ID 4a1ce261e35ccf9e953f51811e91b9ebad0353ae # Parent 34fd3b73a2b46141831cabf34f8cf0a71b9d7f49 (tempparent): Don't check for 14-char file name limit. diff -r 34fd3b73a2b4 -r 4a1ce261e35c make-dist --- 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.