Differences From Artifact [330b21f385]:
- Executable file kitsh/build.sh — part of check-in [65edae117a] at 2015-10-08 18:29:06 on branch trunk — Do not delete the Kit DLL after building it. (user: mistachkin, size: 6651) [annotate] [blame] [check-ins using]
To Artifact [fe33f09af3]:
- Executable file kitsh/build.sh — part of check-in [78bb12c14d] at 2015-10-08 18:32:01 on branch trunk — Simplify change in the previous check-in. (user: mistachkin, size: 6635) [annotate] [blame] [check-ins using]
| ︙ | |||
229 230 231 232 233 234 235 | 229 230 231 232 233 234 235 236 237 238 239 240 241 242 | - + |
cp "${KITTARGET_NAME}.new" "${KITTARGET_NAME}"
rm -f "${KITTARGET_NAME}.new"
# Cleanup
if [ "${KITTARGET}" = "kitdll" ]; then
## Remove built interpreters if we are building KitDLL --
## they're just tiny stubs anyway
|