Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
248347e7
Commit
248347e7
authored
May 07, 2015
by
Francois-Rene Rideau
Browse files
Fix compile-check support.
It was broken by the clasp support patch.
parent
71c19754
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/lisp-build.lisp
View file @
248347e7
...
...
@@ -718,10 +718,11 @@ it will filter them appropriately."
(
when
(
and
#+
(
or
clasp
ecl
)
object-file
)
(
setf
output-truename
(
compiler::build-fasl
tmp-file
#+
(
or
clasp
ecl
)
:lisp-files
#+
mkcl
:lisp-object-files
(
list
object-file
))))
#+
(
or
clasp
ecl
)
:lisp-files
#+
mkcl
:lisp-object-files
(
list
object-file
))))
(
or
(
not
compile-check
)
(
apply
compile-check
input-file
:output-file
#+
clasp
output-file
#+
ecl
tmp-file
keywords
))))
(
apply
compile-check
input-file
:output-file
#-
(
or
clasp
ecl
)
output-file
#+
(
or
clasp
ecl
)
tmp-file
keywords
))))
(
delete-file-if-exists
output-file
)
(
when
output-truename
#+
clasp
(
when
output-truename
(
rename-file-overwriting-target
tmp-file
output-truename
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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