update-subdirs: Don't set no-byte-compile twice (bug#10260).
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 10 Dec 2011 12:49:33 +0000 (13:49 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 10 Dec 2011 12:49:33 +0000 (13:49 +0100)
lisp/makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.

ChangeLog
lisp/ChangeLog
lisp/makefile.w32-in
update-subdirs

index 5d74b5b..507848b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 74fc51c..c023f58 100644 (file)
@@ -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
index c844a8f..c8e535d 100644 (file)
@@ -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); \
index dfd594a..fadbab8 100755 (executable)
@@ -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: