(update-subdirs-CMD): Generate the right list of subdirectories. From

Tak Ota <Takaaki.Ota@am.sony.com>.
This commit is contained in:
Juanma Barranquero 2002-07-31 08:09:58 +00:00
parent 0702b99567
commit d053bf7ecb
2 changed files with 7 additions and 5 deletions

View file

@ -1,7 +1,9 @@
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,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>

View file

@ -195,11 +195,11 @@ 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 ;; 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); \