emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114915: * test/automated/Makefile.in (abs_srcdir):


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114915: * test/automated/Makefile.in (abs_srcdir): New, set by configure.
Date: Sat, 02 Nov 2013 20:12:16 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114915
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-11-02 13:12:12 -0700
message:
  * test/automated/Makefile.in (abs_srcdir): New, set by configure.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/Makefile.in     makefile.in-20110112160650-056hnl9qhpjvjicy-6
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2013-11-02 19:56:54 +0000
+++ b/test/ChangeLog    2013-11-02 20:12:12 +0000
@@ -2,6 +2,7 @@
 
        * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
        (test): Remove variables.
+       (abs_srcdir): New, set by configure.
        (emacs): Use abs_top_srcdir, abs_srcdir rather than abs_lispsrc,
        abs_test.
        (lisp-compile): Use ../../lisp rather than $lisp.

=== modified file 'test/automated/Makefile.in'
--- a/test/automated/Makefile.in        2013-11-02 19:56:54 +0000
+++ b/test/automated/Makefile.in        2013-11-02 20:12:12 +0000
@@ -20,6 +20,7 @@
 SHELL = @SHELL@
 
 srcdir = @srcdir@
+abs_srcdir = @abs_srcdir@
 abs_top_srcdir = @abs_top_srcdir@
 abs_top_builddir = @abs_top_builddir@
 VPATH = $(srcdir)


reply via email to

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