* lisp/Makefile.in (check-declare): Remove unnecessary path in -l argument
This commit is contained in:
parent
eb9a36619e
commit
e43817c1e0
2 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
2013-10-24 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* 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.
|
||||
|
||||
|
|
|
@ -266,7 +266,7 @@ compile-first: $(COMPILE_FIRST)
|
|||
# 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 @@ maintainer-clean: distclean bootstrap-clean
|
|||
.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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue