From a7e6593aecc4103292bfa71cb9d74f6678cbf025 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 6 Feb 2003 13:09:41 +0000 Subject: [PATCH] (update-subdirs-CMD): Fix generation of subdirs.el (from Tak Ota ) and make it non-compilable. --- lisp/ChangeLog | 6 ++++++ lisp/makefile.w32-in | 9 +++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1852fe9ea53..430f36c06ac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2003-02-06 Juanma Barranquero + + * makefile.w32-in (update-subdirs-CMD): Fix generation of + subdirs.el (from Tak Ota ) and make it + non-compilable. + 2003-02-06 Matthew Swift * dired.el (dired-move-to-filename-regexp): Support "K" suffix on diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index ab286edfa42..9f03c490e2b 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -181,11 +181,12 @@ subdirs.el: 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); \ -- 2.39.2