]> git.eshelyaron.com Git - emacs.git/commitdiff
(update-subdirs-CMD): Generate the right list of subdirectories. From
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 31 Jul 2002 08:09:58 +0000 (08:09 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 31 Jul 2002 08:09:58 +0000 (08:09 +0000)
Tak Ota <Takaaki.Ota@am.sony.com>.

lisp/ChangeLog
lisp/makefile.w32-in

index a1138afc4a281e453063b7a208bf936364c9e657..098784d8161186e9bc53e0958971325ce337846c 100644 (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\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
index e3d42edc8fb29edbc3a9fd9b1c895161ae407ec9..a2c2be48b13c8d168f03e7ecd1c09de4bd6e9ea0 100644 (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); \