]> git.eshelyaron.com Git - emacs.git/commitdiff
(tempparent): Don't check for 14-char file name limit.
authorRichard M. Stallman <rms@gnu.org>
Sun, 9 Oct 2005 02:08:54 +0000 (02:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 9 Oct 2005 02:08:54 +0000 (02:08 +0000)
ChangeLog
make-dist

index 5decdb3bf86867adf291137204096e8fb80de1fd..444a29758541c7aa6883f3e4f5ab6f5a3abd0fe5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-08  Richard M. Stallman  <rms@gnu.org>
+
+       * make-dist (tempparent): Don't check for 14-char file name limit.
+
 2005-10-07  Romain Francoise  <romain@orebokech.com>
 
        * make-dist: Add etc/images/ezimage and etc/images/mail
index 80c219b87ee8fc4dca3af2811032d2e980b867a6..d2563e16a5d7090e6d3472be3b8f32b83d26ddd4 100755 (executable)
--- 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.