[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] trunk r117419: * make-dist: Exclude test/automated/*.log.
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] trunk r117419: * make-dist: Exclude test/automated/*.log. |
Date: |
Fri, 27 Jun 2014 00:36:09 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 117419
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2014-06-26 20:36:06 -0400
message:
* make-dist: Exclude test/automated/*.log.
modified:
ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-1538
make-dist makedist-20091113204419-o5vbwnq5f7feedwu-476
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-06-26 05:47:10 +0000
+++ b/ChangeLog 2014-06-27 00:36:06 +0000
@@ -1,3 +1,7 @@
+2014-06-27 Glenn Morris <address@hidden>
+
+ * make-dist: Exclude test/automated/*.log.
+
2014-06-26 Glenn Morris <address@hidden>
* Makefile.in (mostlyclean, clean): Maybe clean test/automated.
=== modified file 'make-dist'
--- a/make-dist 2014-04-11 06:43:20 +0000
+++ b/make-dist 2014-06-27 00:36:06 +0000
@@ -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 @@
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] trunk r117419: * make-dist: Exclude test/automated/*.log.,
Glenn Morris <=