Differences From Artifact [d3695d1fba]:
- Executable file kitsh/build.sh — part of check-in [ad3a66af0b] at 2011-05-26 16:28:43 on branch trunk — Merged in branch "merge-kitdll-kitsh-common" to trunk (user: rkeene, size: 5631) [annotate] [blame] [check-ins using] [more...]
To Artifact [030405272d]:
- Executable file
kitsh/build.sh
— part of check-in
[0527703474]
at
2011-05-28 06:38:41
on branch trunk
— Updated to support finding TCLSH_NATIVE by the root kitcreator script and using that in most places where a native Tcl interpreter is needed
Updated to find date of Fossil checkin when a fossil tag or ID is specified and use that date for checkouts of other projects (user: rkeene, size: 5377) [annotate] [blame] [check-ins using] [more...]
︙ | |||
48 49 50 51 52 53 54 | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | - - - - - - - - - | "${AR:-ar}" x "${archive}" || exit 1 rm -f "${archive}" "${AR:-ar}" cr "${archive}" *.o || exit 1 "${RANLIB:-ranlib}" "${archive}" || true ) |
︙ |