Overview
SHA1: | 3b0581b604b086a8c01aafa5631fa524ac613db6 |
---|---|
Date: | 2011-05-23 17:30:55 |
User: | rkeene |
Comment: | Updated location to build "tclsh" to coorespond to new location |
Timelines: | family | ancestors | descendants | both | merge-kitdll-kitsh-common |
Downloads: | Tarball | ZIP archive |
Other Links: | files | file ages | folders | manifest |
Tags And Properties
- branch=merge-kitdll-kitsh-common inherited from [705256170a]
- sym-merge-kitdll-kitsh-common inherited from [705256170a]
Context
2011-05-23
| ||
17:50 | [0d35af4b22] Updated to load vfs files from initial VFS (user: rkeene, tags: merge-kitdll-kitsh-common) | |
17:30 | [3b0581b604] Updated location to build "tclsh" to coorespond to new location (user: rkeene, tags: merge-kitdll-kitsh-common) | |
15:33 |
[75fa17d1eb]
Corrected typo
Updated to weak zlib symbols Updated to not link against stub archives for Tk as well as Tcl (user: rkeene, tags: merge-kitdll-kitsh-common) | |
Changes
Modified build/test/test from [5b64a8c9ab] to [38851b5a2a].
259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 |
( echo "" echo "" echo "" echo " *** Building KitDLL test driver (tclsh)" echo "" cd kitdll/build/kitdll-*/ || exit 1 make tclsh cp tclsh ../../../ ) >> "${buildlog}" 2>&1 fi # Perform wildcard expansion createdkit="$(ls -f1 ${createdkit} 2>/dev/null | head -n 1)" |
| |
259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 |
( echo "" echo "" echo "" echo " *** Building KitDLL test driver (tclsh)" echo "" cd kitsh/build/kitsh-*/ || exit 1 make tclsh cp tclsh ../../../ ) >> "${buildlog}" 2>&1 fi # Perform wildcard expansion createdkit="$(ls -f1 ${createdkit} 2>/dev/null | head -n 1)" |