aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-06-26 20:36:06 -0400
committerGlenn Morris2014-06-26 20:36:06 -0400
commit7ee4b70caae18bb2df0a184ecca7746629140ef4 (patch)
treeb2ba01f54801858ea2959dbc5a5a3fb7252c0764
parentf7c66653fe71c6966ed2b7f592db7899f6e52a48 (diff)
downloademacs-7ee4b70caae18bb2df0a184ecca7746629140ef4.tar.gz
emacs-7ee4b70caae18bb2df0a184ecca7746629140ef4.zip
* make-dist: Exclude test/automated/*.log.
-rw-r--r--ChangeLog4
-rwxr-xr-xmake-dist4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 397117eb077..fb4bea3592f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12014-06-27 Glenn Morris <rgm@gnu.org>
2
3 * make-dist: Exclude test/automated/*.log.
4
12014-06-26 Glenn Morris <rgm@gnu.org> 52014-06-26 Glenn Morris <rgm@gnu.org>
2 6
3 * Makefile.in (mostlyclean, clean): Maybe clean test/automated. 7 * Makefile.in (mostlyclean, clean): Maybe clean test/automated.
diff --git a/make-dist b/make-dist
index 34fb358ee7d..ed6a7cf8798 100755
--- a/make-dist
+++ b/make-dist
@@ -1,8 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2### make-dist: create an Emacs distribution tar file from current srcdir 2### make-dist: create an Emacs distribution tar file from current srcdir
3 3
4## Copyright (C) 1995, 1997-1998, 2000-2014 Free Software Foundation, 4## Copyright (C) 1995, 1997-1998, 2000-2014 Free Software Foundation, Inc.
5## Inc.
6 5
7## This file is part of GNU Emacs. 6## This file is part of GNU Emacs.
8 7
@@ -461,6 +460,7 @@ if [ "$with_tests" = "yes" ]; then
461 echo "Making links to \`test' and its subdirectories" 460 echo "Making links to \`test' and its subdirectories"
462 for f in `find test -type f`; do 461 for f in `find test -type f`; do
463 case $f in 462 case $f in
463 test/automated/*.log) continue ;;
464 test/automated/flymake/warnpred/a.out) continue ;; 464 test/automated/flymake/warnpred/a.out) continue ;;
465 test/automated/Makefile) continue ;; 465 test/automated/Makefile) continue ;;
466 esac 466 esac