diff options
| author | Glenn Morris | 2013-11-02 12:56:54 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-11-02 12:56:54 -0700 |
| commit | 1f43ed41773a6bcdc7fc9437d73b801a2c62396e (patch) | |
| tree | 94d2ecec01d88509b1f360ab5cc95e13e591182d /test/ChangeLog | |
| parent | 2ffcf5fef905da954dd191725d0359998754e108 (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2013-11-02 Glenn Morris <rgm@gnu.org> | 1 | 2013-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 | ||
| 9 | 2013-10-31 Michael Albinus <michael.albinus@gmx.de> | 12 | 2013-10-31 Michael Albinus <michael.albinus@gmx.de> |
| 10 | 13 | ||