chiark
/
gitweb
/
~mdw
/
runlisp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
e41cbc7
)
dump-ecl: Insert missing space before line-splicing `\'.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 13 May 2021 13:51:24 +0000
(14:51 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 13 May 2021 13:56:08 +0000
(14:56 +0100)
dump-ecl
patch
|
blob
|
blame
|
history
diff --git
a/dump-ecl
b/dump-ecl
index 1f5373e56a06b90bacc0dfdcd2b1db7dda577d26..4ec27b49d177fc85c65e359bc52ad9559611f63f 100755
(executable)
--- a/
dump-ecl
+++ b/
dump-ecl
@@
-167,7
+167,7
@@
EOF
-s -o "ecl-run.o" ${eclopt}compile "ecl-run.lisp")
## Finally link everything together.
-s -o "ecl-run.o" ${eclopt}compile "ecl-run.lisp")
## Finally link everything together.
-run "$ecl" ${eclopt}norc -o "$image"\
+run "$ecl" ${eclopt}norc -o "$image"
\
${eclopt}link "$tmp/asdf.o" "$tmp/ecl-run.o"
###----- That's all, folks --------------------------------------------------
${eclopt}link "$tmp/asdf.o" "$tmp/ecl-run.o"
###----- That's all, folks --------------------------------------------------