emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114770: * lisp/Makefile.in (check-declare): Remove


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114770: * lisp/Makefile.in (check-declare): Remove unnecessary path in -l argument
Date: Thu, 24 Oct 2013 02:21:27 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114770
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-10-23 19:21:23 -0700
message:
  * lisp/Makefile.in (check-declare): Remove unnecessary path in -l argument
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/Makefile.in               
makefile.in-20091113204419-o5vbwnq5f7feedwu-1831
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-10-24 01:52:44 +0000
+++ b/lisp/ChangeLog    2013-10-24 02:21:23 +0000
@@ -1,5 +1,7 @@
 2013-10-24  Glenn Morris  <address@hidden>
 
+       * Makefile.in (check-declare): Remove unnecessary path in -l argument.
+
        * Makefile.in (abs_top_srcdir): New, set by configure.
        (update-subdirs): Correct build-aux location.
 

=== modified file 'lisp/Makefile.in'
--- a/lisp/Makefile.in  2013-10-24 01:52:44 +0000
+++ b/lisp/Makefile.in  2013-10-24 02:21:23 +0000
@@ -266,7 +266,7 @@
 # In `compile-main' we could directly do
 #    ... | xargs $(MAKE) $(MFLAGS) EMACS="$(EMACS)"
 # and it works, but it generates a lot of messages like
-#    make[2]: « gnus/gnus-mlspl.elc » is up to date.
+#    make[2]: gnus/gnus-mlspl.elc is up to date.
 # so instead, we use "xargs echo" to split the list of file into manageable
 # chunks and then use an intermediate `compile-targets' target so the
 # actual targets (the .elc files) are not mentioned as targets on the
@@ -452,8 +452,7 @@
 .PHONY: check-declare
 
 check-declare:
-       $(emacs) -l $(lisp)/emacs-lisp/check-declare \
-         --eval '(check-declare-directory "$(lisp)")'
+       $(emacs) -l check-declare --eval '(check-declare-directory "$(lisp)")'
 
 # Dependencies
 


reply via email to

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