aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2014-06-25 22:47:10 -0700
committerGlenn Morris <[email protected]>2014-06-25 22:47:10 -0700
commit5a8816f3f23439bbf46dd4b827134c7608666336 (patch)
treed1ec21e6e4db71948ab9f5836c115e86449f1fb3 /ChangeLog
parent704172e6d4ef5cf66c087b7eb8643a4309726ff7 (diff)
Simplify and parallize test/automated Makefile
* Makefile.in (mostlyclean, clean): Maybe clean test/automated. * lisp/emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New. * test/automated/Makefile.in: Simplify and parallelize. (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS) (setwins, compile-targets, compile-main, compile-clean): Remove. (GREP_OPTIONS): Unexport. (.el.elc): Replace with pattern rule. (%.elc, %.log): New pattern rules. (ELFILES, LOGFILES): New variables. (check): Depend on LOGFILES. Call ert-summarize-tests-batch-and-exit. (clean, mostlyclean): New rules. (bootstrap-clean): Simplify. (bootstrap-clean, distclean): Depend on clean. * .bzrignore: Ignore test/automated/*.log. Fixes: debbugs:15991
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32fde8b0c4..397117eb07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-26 Glenn Morris <[email protected]>
+
+ * Makefile.in (mostlyclean, clean): Maybe clean test/automated.
+
2014-06-21 Paul Eggert <[email protected]>
* configure.ac: Warn about --enable-link-time-optimization's issues