Differences From Artifact [5e562476b7]:
- Executable file
kitsh/build.sh
— part of check-in
[64d5a347c2]
at
2010-09-26 04:37:24
on branch trunk
— Updated kitsh to use CFLAGS/CPPFLAGS/LDFLAGS
Updated kitsh comments (user: rkeene, size: 1626) [annotate] [blame] [check-ins using]
To Artifact [bdca019302]:
- Executable file kitsh/build.sh — part of check-in [e050506a1c] at 2010-09-26 04:37:33 on branch trunk — Fixed bootstrapping to work (user: rkeene, size: 1584) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
47 48 49 50 51 52 53 | # Intall VFS onto kit if echo 'exit 0' | tclkit >/dev/null 2>/dev/null; then ## Install using existing Tclkit ### Call installer tclkit installvfs.tcl kit starpack.vfs else ## Bootstrap (cannot cross-compile) | < < < < > | > > | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | # Intall VFS onto kit if echo 'exit 0' | tclkit >/dev/null 2>/dev/null; then ## Install using existing Tclkit ### 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 1 exit 0 |