emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114911: * lisp/Makefile.in (abs_lisp): Remove, repl


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114911: * lisp/Makefile.in (abs_lisp): Remove, replace by abs_srcdir
Date: Sat, 02 Nov 2013 19:43:16 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114911
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-11-02 12:43:11 -0700
message:
  * lisp/Makefile.in (abs_lisp): Remove, replace by abs_srcdir
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/Makefile.in               
makefile.in-20091113204419-o5vbwnq5f7feedwu-1831
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-11-02 19:41:33 +0000
+++ b/lisp/ChangeLog    2013-11-02 19:43:11 +0000
@@ -1,5 +1,7 @@
 2013-11-02  Glenn Morris  <address@hidden>
 
+       * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
+
        Use relative filenames in TAGS files.
        * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
        (lisptagsfiles4, TAGS): Use relative file names.

=== modified file 'lisp/Makefile.in'
--- a/lisp/Makefile.in  2013-11-02 19:41:33 +0000
+++ b/lisp/Makefile.in  2013-11-02 19:43:11 +0000
@@ -23,7 +23,6 @@
 abs_srcdir = @abs_srcdir@
 top_srcdir = @top_srcdir@
 abs_top_builddir = @abs_top_builddir@
-abs_lisp = $(abs_srcdir)
 lisp = $(srcdir)
 VPATH = $(srcdir)
 
@@ -109,7 +108,7 @@
 
 # The actual Emacs command run in the targets below.
 
-emacs = EMACSLOADPATH="$(abs_lisp)" LC_ALL=C "$(EMACS)" $(EMACSOPT)
+emacs = EMACSLOADPATH="$(abs_srcdir)" LC_ALL=C "$(EMACS)" $(EMACSOPT)
 
 # Common command to find subdirectories
 setwins=subdirs=`find . -type d -print`; \
@@ -172,7 +171,7 @@
        $(emacs) -l finder -f finder-compile-keywords-make-dist $$wins
 
 # The chmod +w is to handle env var CVSREAD=1.
-# Use expand-file-name rather than $abs_lisp so that Emacs does not
+# Use expand-file-name rather than $abs_scrdir so that Emacs does not
 # get confused when it compares file-names for equality.
 autoloads: $(LOADDEFS) doit
        cd $(lisp) && chmod +w $(AUTOGEN_VCS)


reply via email to

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