Mercurial > emacs
changeset 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 | 34fd3b73a2b4 |
children | f9fb6f17633c |
files | make-dist |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
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.