From 7ee4b70caae18bb2df0a184ecca7746629140ef4 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 26 Jun 2014 20:36:06 -0400 Subject: [PATCH] * make-dist: Exclude test/automated/*.log. --- ChangeLog | 4 ++++ make-dist | 4 ++-- 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 @@ +2014-06-27 Glenn Morris + + * make-dist: Exclude test/automated/*.log. + 2014-06-26 Glenn Morris * 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 @@ #!/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 -- 2.39.5