1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

* make-dist: Exclude test/automated/*.log.

This commit is contained in:
Glenn Morris 2014-06-26 20:36:06 -04:00
parent f7c66653fe
commit 7ee4b70caa
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2014-06-27 Glenn Morris <rgm@gnu.org>
* make-dist: Exclude test/automated/*.log.
2014-06-26 Glenn Morris <rgm@gnu.org>
* Makefile.in (mostlyclean, clean): Maybe clean test/automated.

View File

@ -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