Tak Ota <Takaaki.Ota@am.sony.com>.
2002-07-31 Juanma Barranquero <lektu@terra.es>
- * makefile.w32-in: Revert some changes from 2002-07-23 because
- they don't work on MSVC/nmake builds.
+ * makefile.w32-in: Revert some changes from 2002-07-23 because they
+ don't work on MSVC/nmake builds.
+ (update-subdirs-CMD): Generate the right list of subdirectories. From
+ Tak Ota <Takaaki.Ota@am.sony.com>.
2002-07-30 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
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); \