# HG changeset patch # User Juanma Barranquero # Date 1028102966 0 # Node ID 01659e103b99723e2464e0826d0800723e28ce67 # Parent 829d6f1591b8646eaee47b9d1e17d277cc6b7049 (update-subdirs-CMD): Generate the right list of subdirectories. From Tak Ota . diff -r 829d6f1591b8 -r 01659e103b99 lisp/makefile.w32-in --- a/lisp/makefile.w32-in Wed Jul 31 07:45:58 2002 +0000 +++ b/lisp/makefile.w32-in Wed Jul 31 08:09:26 2002 +0000 @@ -195,11 +195,11 @@ 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 ;; 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); \