From b82ecedf7bd7def576329ab9ac18af2e464c02d4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 9 Oct 2005 02:08:54 +0000 Subject: [PATCH] (tempparent): Don't check for 14-char file name limit. --- ChangeLog | 4 ++++ make-dist | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) 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. -- 2.11.4.GIT