Differences From Artifact [75bca485ac]:
- Executable file
kitsh/build.sh
— part of check-in
[0616230931]
at
2010-09-26 04:39:27
on branch trunk
— Updated to support supplying a TCLKIT environment variable
Updated documentation with more examples and expanded synopsis (user: rkeene, size: 1652) [annotate] [blame] [check-ins using]
To Artifact [a9fcedbcad]:
- Executable file
kitsh/build.sh
— part of check-in
[49f1d0e042]
at
2010-09-26 04:39:35
on branch trunk
— Fixed 64-bit Tcl 8.5.x compilation on Solaris
Fixed bootstrap build issue on Tcl 8.5.x
Minor documentation update (user: rkeene, size: 1738) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
57 58 59 60 61 62 63 64 65 66 67 68 69 70 | ### Call installer "${TCLKIT}" installvfs.tcl kit starpack.vfs else ## Bootstrap (cannot cross-compile) ### Call installer cp kit runkit echo 'set argv [list kit starpack.vfs]' > setup.tcl echo 'source installvfs.tcl' >> setup.tcl echo | ./runkit fi exit 0 ) || exit 1 | > | 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | ### Call installer "${TCLKIT}" installvfs.tcl kit starpack.vfs else ## Bootstrap (cannot cross-compile) ### Call installer cp kit runkit echo 'set argv [list kit starpack.vfs]' > setup.tcl echo 'if {[catch { clock seconds }]} { proc clock args { return 0 } }' >> setup.tcl echo 'source installvfs.tcl' >> setup.tcl echo | ./runkit fi exit 0 ) || exit 1 |
︙ | ︙ |