(update-subdirs-CMD): Generate the right list of subdirectories. From
Tak Ota <Takaaki.Ota@am.sony.com>.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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); \
|
||||
|
||||
Reference in New Issue
Block a user