diff options
author | Glenn Morris <rgm@gnu.org> | 2014-06-26 20:36:06 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-06-26 20:36:06 -0400 |
commit | 7ee4b70caae18bb2df0a184ecca7746629140ef4 (patch) | |
tree | b2ba01f54801858ea2959dbc5a5a3fb7252c0764 /make-dist | |
parent | f7c66653fe71c6966ed2b7f592db7899f6e52a48 (diff) |
* make-dist: Exclude test/automated/*.log.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,7 @@ #!/bin/sh ### make-dist: create an Emacs distribution tar file from current srcdir -## Copyright (C) 1995, 1997-1998, 2000-2014 Free Software Foundation, -## Inc. +## Copyright (C) 1995, 1997-1998, 2000-2014 Free Software Foundation, Inc. ## This file is part of GNU Emacs. @@ -461,6 +460,7 @@ if [ "$with_tests" = "yes" ]; then echo "Making links to \`test' and its subdirectories" for f in `find test -type f`; do case $f in + test/automated/*.log) continue ;; test/automated/flymake/warnpred/a.out) continue ;; test/automated/Makefile) continue ;; esac |