]> git.eshelyaron.com Git - emacs.git/commitdiff
* make-dist: Directory modules/mod-test no longer exists.
authorGlenn Morris <rgm@gnu.org>
Wed, 7 Jun 2017 18:39:59 +0000 (14:39 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 7 Jun 2017 18:39:59 +0000 (14:39 -0400)
make-dist

index 1b4eae3e7db05657855f1f58989ab085d58404b6..bfd6fcbafba9dd249363c0dcff078c01ef008737 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -392,7 +392,7 @@ for subdir in site-lisp \
              nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \
              `find etc lisp admin test -type d` \
              doc doc/emacs doc/misc doc/man doc/lispref doc/lispintro \
-             info m4 modules modules/mod-test msdos \
+             info m4 modules msdos \
              nextstep nextstep/templates \
              nextstep/Cocoa nextstep/Cocoa/Emacs.base \
              nextstep/Cocoa/Emacs.base/Contents \
@@ -404,7 +404,7 @@ do
 
   if [ "$with_tests" != "yes" ]; then
     case $subdir in
-        test*|*/mod-test*) continue ;;
+        test*) continue ;;
     esac
   fi
 
@@ -483,14 +483,6 @@ echo "Making links to 'm4'"
 echo "Making links to 'modules'"
 (cd modules
  ln *.py ../${tempdir}/modules
- if [ "$with_tests" = "yes" ]; then
-   for f in `find mod-test -type f`; do
-       case $f in
-           *.log|*.o|*.so) continue ;;
-       esac
-       ln $f ../$tempdir/modules/$f
-   done
- fi
 )
 
 echo "Making links to 'nt'"