diff options
| author | Glenn Morris | 2014-08-06 17:08:57 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-08-06 17:08:57 -0700 |
| commit | 6df16fba2a27196a4307dc3cad5d417fc207fd13 (patch) | |
| tree | 627025ec234f8c825c9a738d980ab3f15626b9f3 | |
| parent | 518edaef88a458add904026a1c877a884c0a7f06 (diff) | |
| download | emacs-6df16fba2a27196a4307dc3cad5d417fc207fd13.tar.gz emacs-6df16fba2a27196a4307dc3cad5d417fc207fd13.zip | |
* test/automated/Makefile.in (check-tar): Remove, no longer needed.
No need to merge this to trunk.
| -rw-r--r-- | test/ChangeLog | 4 | ||||
| -rw-r--r-- | test/automated/Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 564e9d3d641..d68c5b6bb07 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-08-07 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * automated/Makefile.in (check-tar): Remove, no longer needed. | ||
| 4 | |||
| 1 | 2014-08-03 Glenn Morris <rgm@gnu.org> | 5 | 2014-08-03 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * automated/Makefile.in (check-tar): Add as alias for check. | 7 | * automated/Makefile.in (check-tar): Add as alias for check. |
diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in index d69d91be5cc..764b80ece93 100644 --- a/test/automated/Makefile.in +++ b/test/automated/Makefile.in | |||
| @@ -118,8 +118,4 @@ check: compile-main | |||
| 118 | echo Testing $$els; \ | 118 | echo Testing $$els; \ |
| 119 | $(emacs) $$args -f ert-run-tests-batch-and-exit | 119 | $(emacs) $$args -f ert-run-tests-batch-and-exit |
| 120 | 120 | ||
| 121 | ## This is for hydra, so we can use the same recipe on trunk and emacs-24. | ||
| 122 | .PHONY: check-tar | ||
| 123 | check-tar: check | ||
| 124 | |||
| 125 | # Makefile ends here. | 121 | # Makefile ends here. |