From: Richard M. Stallman Date: Sun, 9 Oct 2005 02:08:54 +0000 (+0000) Subject: (tempparent): Don't check for 14-char file name limit. X-Git-Tag: emacs-pretest-22.0.90~6737 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b82ecedf7bd7def576329ab9ac18af2e464c02d4;p=emacs.git (tempparent): Don't check for 14-char file name limit. --- diff --git a/ChangeLog b/ChangeLog index 5decdb3bf86..444a2975854 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-10-08 Richard M. Stallman + + * make-dist (tempparent): Don't check for 14-char file name limit. + 2005-10-07 Romain Francoise * make-dist: Add etc/images/ezimage and etc/images/mail diff --git a/make-dist b/make-dist index 80c219b87ee..d2563e16a5d 100755 --- a/make-dist +++ b/make-dist @@ -218,13 +218,6 @@ then 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.