]> git.eshelyaron.com Git - emacs.git/commitdiff
Update make-dist for recent test/ changes
authorGlenn Morris <rgm@gnu.org>
Mon, 12 Jun 2017 16:33:37 +0000 (12:33 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 12 Jun 2017 16:33:37 +0000 (12:33 -0400)
* make-dist: No longer distribute test/data/emacs-module/Makefile.

make-dist

index bfd6fcbafba9dd249363c0dcff078c01ef008737..48859936c1d4726d4d7a7f8a5e2aada2f467a98d 100755 (executable)
--- 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