emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master d92599d: Update make-dist for recent test/ changes


From: Glenn Morris
Subject: [Emacs-diffs] master d92599d: Update make-dist for recent test/ changes
Date: Mon, 12 Jun 2017 12:33:45 -0400 (EDT)

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

    Update make-dist for recent test/ changes
    
    * make-dist: No longer distribute test/data/emacs-module/Makefile.
---
 make-dist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make-dist b/make-dist
index bfd6fcb..4885993 100755
--- a/make-dist
+++ b/make-dist
@@ -552,7 +552,7 @@ done
 if [ "$with_tests" = "yes" ]; then
   echo "Making links to 'test' and its subdirectories"
   for f in `find test -type f ! -name '*.log' ! -name a.out \
-             ! -path test/Makefile
+             ! -path test/Makefile ! -path test/data/emacs-module/Makefile
   `; do
     ln $f $tempdir/$f
   done



reply via email to

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