aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-11-02 12:56:54 -0700
committerGlenn Morris2013-11-02 12:56:54 -0700
commit1f43ed41773a6bcdc7fc9437d73b801a2c62396e (patch)
tree94d2ecec01d88509b1f360ab5cc95e13e591182d /test/ChangeLog
parent2ffcf5fef905da954dd191725d0359998754e108 (diff)
downloademacs-1f43ed41773a6bcdc7fc9437d73b801a2c62396e.tar.gz
emacs-1f43ed41773a6bcdc7fc9437d73b801a2c62396e.zip
* automated/Makefile.in (test): Remove variable.
(compile-main, compile-clean, compile-always, bootstrap-clean) (check): Use srcdir rather than $test. Check cd return value. (compile-always): Depend on bootstrap-clean.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 8d91e334b78..080cbb8eea7 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,10 +1,13 @@
12013-11-02 Glenn Morris <rgm@gnu.org> 12013-11-02 Glenn Morris <rgm@gnu.org>
2 2
3 * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp): 3 * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
4 Remove variables. 4 (test): Remove variables.
5 (emacs): Use abs_top_srcdir, abs_srcdir rather than abs_lispsrc, 5 (emacs): Use abs_top_srcdir, abs_srcdir rather than abs_lispsrc,
6 abs_test. 6 abs_test.
7 (lisp-compile): Use ../../lisp rather than $lisp. 7 (lisp-compile): Use ../../lisp rather than $lisp.
8 (compile-main, compile-clean, compile-always, bootstrap-clean)
9 (check): Use srcdir rather than $test. Check cd return value.
10 (compile-always): Depend on bootstrap-clean.
8 11
92013-10-31 Michael Albinus <michael.albinus@gmx.de> 122013-10-31 Michael Albinus <michael.albinus@gmx.de>
10 13