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
fdb9d1d9
Commit
fdb9d1d9
authored
Oct 10, 1999
by
Stefan Monnier
Browse files
(compile, bootstrap-compile): forgot `;' after $(setwins).
parent
77162a4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/Makefile
lisp/Makefile
+2
-2
No files found.
lisp/Makefile
View file @
fdb9d1d9
...
...
@@ -112,7 +112,7 @@ TAGS-LISP: $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2)
compile
:
doit
wd
=
`
pwd
`
;
\
find
$$
wd
-name
"*.elc"
-print
| xargs
chmod
+w
;
\
$(setwins)
\
$(setwins)
;
\
loadpath
=
"(setq load-path '(
$$
wins))"
;
\
dont_compile
=
`
echo
$(DONTCOMPILE)
`
;
\
for
el
in
$(EL)
;
do
\
...
...
@@ -136,7 +136,7 @@ compile: doit
bootstrap-compile
:
doit
wd
=
`
pwd
`
;
\
find
$$
wd
-name
"*.elc"
-print
| xargs
rm
-f
\
$(setwins)
\
$(setwins)
;
\
loadpath
=
"(setq load-path '(
$$
wins))"
;
\
dont_compile
=
`
echo
$(DONTCOMPILE)
`
;
\
for
el
in
$(EL)
;
do
\
...
...
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