Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d053bf7e
Commit
d053bf7e
authored
Jul 31, 2002
by
Juanma Barranquero
Browse files
(update-subdirs-CMD): Generate the right list of subdirectories. From
Tak Ota <Takaaki.Ota@am.sony.com>.
parent
0702b995
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
lisp/ChangeLog
lisp/ChangeLog
+4
-2
lisp/makefile.w32-in
lisp/makefile.w32-in
+3
-3
No files found.
lisp/ChangeLog
View file @
d053bf7e
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>
...
...
lisp/makefile.w32-in
View file @
d053bf7e
...
...
@@ -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)
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment