From 622306b3fdf1b3b8f76108a3adf5a1a05437ed34 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 7 Jun 2017 14:39:59 -0400 Subject: [PATCH] * make-dist: Directory modules/mod-test no longer exists. --- make-dist | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/make-dist b/make-dist index 1b4eae3e7db..bfd6fcbafba 100755 --- 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'" -- 2.39.2