emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/make-dist


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/make-dist
Date: Sat, 08 Oct 2005 22:08:31 -0400

Index: emacs/make-dist
diff -c emacs/make-dist:1.215 emacs/make-dist:1.216
*** emacs/make-dist:1.215       Fri Oct  7 14:55:55 2005
--- emacs/make-dist     Sun Oct  9 02:08:30 2005
***************
*** 218,230 ****
      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.
--- 218,223 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]