aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-11-02 13:54:08 -0700
committerGlenn Morris2013-11-02 13:54:08 -0700
commit67fb4e6a86456acb7fd6564bc0f70d8bf6d7704d (patch)
treecefcfeecd84afb87ba0a26683f7b2514fe02271c /test/ChangeLog
parent67bb589ef9106a0031deb0292008d3592fff4240 (diff)
downloademacs-67fb4e6a86456acb7fd6564bc0f70d8bf6d7704d.tar.gz
emacs-67fb4e6a86456acb7fd6564bc0f70d8bf6d7704d.zip
test/automated: Use relative filename for emacs executable
* Makefile.in (check): Depend on all. * test/automated/Makefile.in (abs_top_builddir): Remove variable. (EMACS): Use a relative file name. (lisp-compile): Remove (assume it's up-to-date). (compile-main): Do not run lisp-compile. (check): Use --chdir.
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 260a5bb72ff..6d00a61aeed 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,12 +1,15 @@
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 (test, abs_top_srcdir): Remove variables. 4 (test, abs_top_srcdir, abs_top_builddir): Remove variables.
5 (abs_srcdir): New, set by configure. 5 (abs_srcdir): New, set by configure.
6 (EMACS): Use a relative file name.
6 (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test. 7 (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
7 (lisp-compile): Use ../../lisp rather than $lisp. 8 (lisp-compile): Remove (assume it's up-to-date).
9 (compile-main): Do not run lisp-compile.
8 (compile-main, compile-clean, compile-always, bootstrap-clean) 10 (compile-main, compile-clean, compile-always, bootstrap-clean)
9 (check): Use srcdir rather than $test. Check cd return value. 11 (check): Use srcdir rather than $test. Check cd return value.
12 Use --chdir.
10 (doit, compile, compile-always): Remove stuff copied from lisp/. 13 (doit, compile, compile-always): Remove stuff copied from lisp/.
11 (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY. 14 (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
12 15