+2003-02-06 Juanma Barranquero <lektu@terra.es>
+
+ * makefile.w32-in (update-subdirs-CMD): Fix generation of
+ subdirs.el (from Tak Ota <Takaaki.Ota@am.sony.com>) and make it
+ non-compilable.
+
2003-02-06 Matthew Swift <swift@alum.mit.edu>
* dired.el (dired-move-to-filename-regexp): Support "K" suffix on
update-subdirs: update-subdirs-$(SHELLTYPE)
update-subdirs-CMD: doit
- @set QWINS=
- @for %d in ($(WINS)) do if not (%d)==(term) set QWINS=%QWINS% "%d"
- echo ;; In load-path, after this directory should come> subdirs.el
+ echo ;; -*- no-byte-compile: t -*->subdirs.el
+ echo ;; In load-path, after this directory should come>> subdirs.el
echo ;; certain of its subdirectories. Here we specify them.>> subdirs.el
- echo (normal-top-level-add-to-load-path $(SQUOTE)(%QWINS%))>> subdirs.el
+ echo (normal-top-level-add-to-load-path $(SQUOTE)(>> subdirs.el
+ @for %d in ($(WINS)) do if not (%d)==(term) echo "%d">> subdirs.el
+ echo ))>> subdirs.el
update-subdirs-SH: doit
wd=$(lisp); $(setwins); \