emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 622306b: * make-dist: Directory modules/mod-test no


From: Glenn Morris
Subject: [Emacs-diffs] master 622306b: * make-dist: Directory modules/mod-test no longer exists.
Date: Wed, 7 Jun 2017 14:40:07 -0400 (EDT)

branch: master
commit 622306b3fdf1b3b8f76108a3adf5a1a05437ed34
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * 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 1b4eae3..bfd6fcb 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'"



reply via email to

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