update-subdirs: Don't set no-byte-compile twice (bug#10260).
lisp/makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
This commit is contained in:
parent
46d14be754
commit
e152e577f0
4 changed files with 14 additions and 4 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2011-12-10 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* update-subdirs: Don't set no-byte-compile twice (bug#10260).
|
||||
|
||||
2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2011-12-10 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
|
||||
|
||||
2011-12-10 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* textmodes/texnfo-upd.el: Update commentary. Add a warning not
|
||||
|
|
|
|||
|
|
@ -232,12 +232,15 @@ $(lisp)/subdirs.el:
|
|||
update-subdirs: update-subdirs-$(SHELLTYPE)
|
||||
|
||||
update-subdirs-CMD: doit
|
||||
echo ;; -*- no-byte-compile: t -*-> $(lisp)/subdirs.el
|
||||
echo ;; In load-path, after this directory should come>> $(lisp)/subdirs.el
|
||||
echo ;; In load-path, after this directory should come> $(lisp)/subdirs.el
|
||||
echo ;; certain of its subdirectories. Here we specify them.>> $(lisp)/subdirs.el
|
||||
echo (normal-top-level-add-to-load-path $(SQUOTE)(>> $(lisp)/subdirs.el
|
||||
@for %%d in ($(WINS_SUBDIR) cedet) do echo "%%d">> $(lisp)/subdirs.el
|
||||
echo ))>> $(lisp)/subdirs.el
|
||||
echo ;; Local Variables:>> $(lisp)/subdirs.el
|
||||
echo ;; version-control: never>> $(lisp)/subdirs.el
|
||||
echo ;; no-byte-compile: t>> $(lisp)/subdirs.el
|
||||
echo ;; End:>> $(lisp)/subdirs.el
|
||||
|
||||
update-subdirs-SH: doit
|
||||
$(srcdir)/update-subdirs $(lisp); \
|
||||
|
|
|
|||
|
|
@ -41,8 +41,7 @@ if [ "x$subdirs" = x ]; then
|
|||
rm -f subdirs.el
|
||||
else
|
||||
rm -f subdirs.el~
|
||||
echo ";; -*- no-byte-compile: t -*-
|
||||
;; In load-path, after this directory should come
|
||||
echo ";; In load-path, after this directory should come
|
||||
;; certain of its subdirectories. Here we specify them.
|
||||
(normal-top-level-add-to-load-path '($subdirs))
|
||||
;; Local" "Variables:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue