Overview
Comment: | Simplify change in the previous check-in. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 78bb12c14de66da5888e8748afa12d252a6a24e2 |
User & Date: | mistachkin on 2015-10-08 18:32:01 |
Other Links: | manifest | tags |
Context
2015-10-15
| ||
14:21 | Added NSF build script check-in: 2ae580efcd user: rkeene tags: trunk | |
2015-10-08
| ||
18:32 | Simplify change in the previous check-in. check-in: 78bb12c14d user: mistachkin tags: trunk | |
18:29 | Do not delete the Kit DLL after building it. check-in: 65edae117a user: mistachkin tags: trunk | |
Changes
Modified kitsh/build.sh from [330b21f385] to [fe33f09af3].
229 229 cp "${KITTARGET_NAME}.new" "${KITTARGET_NAME}" 230 230 rm -f "${KITTARGET_NAME}.new" 231 231 232 232 # Cleanup 233 233 if [ "${KITTARGET}" = "kitdll" ]; then 234 234 ## Remove built interpreters if we are building KitDLL -- 235 235 ## they're just tiny stubs anyway 236 - rm -f kit kit.exe tclsh tclsh.exe 236 + rm -f kit kit.exe 237 237 fi 238 238 239 239 exit 0 240 240 ) || exit 1 241 241 242 242 exit 0