summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-10-09 02:08:30 +0000
committerRichard M. Stallman <rms@gnu.org>2005-10-09 02:08:30 +0000
commit8ac4a9f54597418003e47ef964242e60f308d7db (patch)
treeeaf3698f64ed1a0cef8b9261ecf83496975364b4 /make-dist
parentdbc4284c6986ed6e6c11768c8906a07f01508dba (diff)
downloademacs-8ac4a9f54597418003e47ef964242e60f308d7db.tar.gz
(tempparent): Don't check for 14-char file name limit.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist7
1 files changed, 0 insertions, 7 deletions
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.