Differences From Artifact [10513cf856]:
- Executable file
kitcreator
— part of check-in
[f547179798]
at
2010-09-30 06:24:04
on branch trunk
— Fixed KitDLL Build script to correctly create VFS directory before calling
make
Added KitDLL cleaning to main kitcreator top-level build script
Updated to allow KitDLL to ship (user: rkeene, size: 2045) [annotate] [blame] [check-ins using]
To Artifact [1482b68059]:
- Executable file kitcreator — part of check-in [581ba55290] at 2010-09-30 06:25:01 on branch trunk — Fixed KitDLL cleanup (user: rkeene, size: 2047) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
31 32 33 34 35 36 37 | rm -rf "${pkg}/src" fi done # We're all done if we're in clean or distclean mode if [ "${mode}" = "clean" -o "${mode}" = "distclean" ]; then rm -f tclkit-* | | | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | rm -rf "${pkg}/src" fi done # We're all done if we're in clean or distclean mode if [ "${mode}" = "clean" -o "${mode}" = "distclean" ]; then rm -f tclkit-* rm -f libtcl-*.* exit 0 fi # Add packages implied by the additional arguments if [ -z "${KITCREATOR_PKGS}" ]; then KITCREATOR_PKGS="tk itcl mk4tcl" |
︙ | ︙ |