emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114881: * lisp/Makefile.in (custom-deps, finder-dat


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114881: * lisp/Makefile.in (custom-deps, finder-data): No need to setq the target
Date: Thu, 31 Oct 2013 07:28:13 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114881
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-10-31 00:27:35 -0700
message:
  * lisp/Makefile.in (custom-deps, finder-data): No need to setq the target
  variables, we are in the right directory and the defaults work fine.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/Makefile.in               
makefile.in-20091113204419-o5vbwnq5f7feedwu-1831
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-10-30 20:27:35 +0000
+++ b/lisp/ChangeLog    2013-10-31 07:27:35 +0000
@@ -1,3 +1,8 @@
+2013-10-31  Glenn Morris  <address@hidden>
+
+       * Makefile.in (custom-deps, finder-data): No need to setq the target
+       variables, we are in the right directory and the defaults work fine.
+
 2013-10-30  Glenn Morris  <address@hidden>
 
        * Makefile.in (autoloads): Do not use abs_lisp.

=== modified file 'lisp/Makefile.in'
--- a/lisp/Makefile.in  2013-10-31 00:40:46 +0000
+++ b/lisp/Makefile.in  2013-10-31 07:27:35 +0000
@@ -168,14 +168,14 @@
 custom-deps: doit
        cd $(lisp) && $(setwins_almost); \
        echo Directories: $$wins; \
-       $(emacs) -l cus-dep --eval '(setq generated-custom-dependencies-file 
(unmsys--file-name "$(abs_lisp)/cus-load.el"))' -f custom-make-dependencies 
$$wins
+       $(emacs) -l cus-dep -f custom-make-dependencies $$wins
 
 $(lisp)/finder-inf.el:
        $(MAKE) $(MFLAGS) finder-data
 finder-data: doit
        cd $(lisp) && $(setwins_almost); \
        echo Directories: $$wins; \
-       $(emacs) -l finder --eval '(setq generated-finder-keywords-file 
(unmsys--file-name "$(abs_lisp)/finder-inf.el"))' -f 
finder-compile-keywords-make-dist $$wins
+       $(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


reply via email to

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