emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114909: * src/Makefile.in (lispdir): Remove.


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114909: * src/Makefile.in (lispdir): Remove.
Date: Sat, 02 Nov 2013 19:23:50 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114909
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-11-02 12:23:45 -0700
message:
  * src/Makefile.in (lispdir): Remove.
  (TAGS-LISP): Replace lispdir with its expansion.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/Makefile.in                makefile.in-20091113204419-o5vbwnq5f7feedwu-631
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-11-02 19:18:50 +0000
+++ b/src/ChangeLog     2013-11-02 19:23:45 +0000
@@ -1,11 +1,14 @@
 2013-11-02  Glenn Morris  <address@hidden>
 
        * Makefile.in (abs_srcdir): New, set by configure.
+       (lispdir): Remove.
        (maintainer-clean): Remove pointless echo.  That should be in the
        top-level Makefile, if anywhere.  Delete TAGS-LISP.
        (extraclean): No s/ and m/ directories for some time.
-       (TAGS): Remove no-longer-defined S_FILE.
+       (TAGS): Also depend on ctagsfiles3.
+       Remove no-longer-defined S_FILE.
        Pass absolute filenames to etags once more.
+       (TAGS-LISP): Replace lispdir with its expansion.
        (TAGS-LISP, $(lwlibdir)/TAGS): Correctly pass ETAGS to sub-makes.
        ($(lwlibdir)/TAGS): Remove useless subshell, check cd return value.
 

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2013-11-02 19:18:50 +0000
+++ b/src/Makefile.in   2013-11-02 19:23:45 +0000
@@ -57,7 +57,6 @@
 leimdir = ../leim
 oldXMenudir = ../oldXMenu
 lwlibdir = ../lwlib
-lispdir = ../lisp
 
 # Configuration files for .o files to depend on.
 config_h = config.h $(srcdir)/conf_post.h
@@ -615,7 +614,7 @@
 ## which the above TAGS file for the C files includes by reference.
 frc:
 TAGS-LISP: frc
-       $(MAKE) -f $(lispdir)/Makefile TAGS-LISP ETAGS="$(ETAGS)"
+       $(MAKE) -f ../lisp/Makefile TAGS-LISP ETAGS="$(ETAGS)"
 
 $(lwlibdir)/TAGS:
        cd $(lwlibdir) && $(MAKE) TAGS ETAGS="$(ETAGS)"


reply via email to

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