emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117422: * test/automated/Makefile.in (check-tar)


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117422: * test/automated/Makefile.in (check-tar): Add as alias for check.
Date: Sun, 03 Aug 2014 03:52:08 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117422
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sat 2014-08-02 23:52:00 -0400
message:
  * test/automated/Makefile.in (check-tar): Add as alias for check.
  
  Do not merge this to trunk.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/Makefile.in     makefile.in-20110112160650-056hnl9qhpjvjicy-6
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2014-07-20 18:12:30 +0000
+++ b/test/ChangeLog    2014-08-03 03:52:00 +0000
@@ -1,3 +1,7 @@
+2014-08-03  Glenn Morris  <address@hidden>
+
+       * automated/Makefile.in (check-tar): Add as alias for check.
+
 2014-07-20  Fabián Ezequiel Gallina  <address@hidden>
 
        * automated/python-tests.el:

=== modified file 'test/automated/Makefile.in'
--- a/test/automated/Makefile.in        2014-01-01 07:43:34 +0000
+++ b/test/automated/Makefile.in        2014-08-03 03:52:00 +0000
@@ -118,4 +118,8 @@
        echo Testing $$els; \
        $(emacs) $$args -f ert-run-tests-batch-and-exit
 
+## This is for hydra, so we can use the same recipe on trunk and emacs-24.
+.PHONY: check-tar
+check-tar: check
+
 # Makefile ends here.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]