diff options
| author | Richard M. Stallman | 2005-10-09 02:08:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-10-09 02:08:54 +0000 |
| commit | b82ecedf7bd7def576329ab9ac18af2e464c02d4 (patch) | |
| tree | e827b3f8bf718cbc4a27ade544a927388e352cbf | |
| parent | 8f078ee4a372c7937a69793722b02836820780cd (diff) | |
| download | emacs-b82ecedf7bd7def576329ab9ac18af2e464c02d4.tar.gz emacs-b82ecedf7bd7def576329ab9ac18af2e464c02d4.zip | |
(tempparent): Don't check for 14-char file name limit.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | make-dist | 7 |
2 files changed, 4 insertions, 7 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-10-08 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * make-dist (tempparent): Don't check for 14-char file name limit. | ||
| 4 | |||
| 1 | 2005-10-07 Romain Francoise <romain@orebokech.com> | 5 | 2005-10-07 Romain Francoise <romain@orebokech.com> |
| 2 | 6 | ||
| 3 | * make-dist: Add etc/images/ezimage and etc/images/mail | 7 | * make-dist: Add etc/images/ezimage and etc/images/mail |
| @@ -218,13 +218,6 @@ then | |||
| 218 | echo "${bogosities}" | 218 | echo "${bogosities}" |
| 219 | fi | 219 | fi |
| 220 | rm -f /tmp/el /tmp/elc | 220 | rm -f /tmp/el /tmp/elc |
| 221 | |||
| 222 | ### Check for .el files that would overflow the 14-char limit if compiled. | ||
| 223 | long=`find lisp leim -name '[a-zA-Z0-9]??????????*.el' -print` | ||
| 224 | if [ "$long" != "" ]; then | ||
| 225 | echo "The following .el file names are too long:" | ||
| 226 | echo "$long" | ||
| 227 | fi | ||
| 228 | fi | 221 | fi |
| 229 | 222 | ||
| 230 | ### Make sure configure is newer than configure.in. | 223 | ### Make sure configure is newer than configure.in. |