Differences From Artifact [69556eb898]:
- Executable file
kitcreator
— part of check-in
[32589cdef2]
at
2010-09-26 04:41:40
on branch trunk
— Fixed issue with kitcreator including excluded packages after building with
them and then building without them
Fixed issue with Tcl pure-Tcl Metakit and Tcl 8.4 (user: rkeene, size: 2017) [annotate] [blame] [check-ins using]
To Artifact [881c2f8086]:
- Executable file kitcreator — part of check-in [12229dcfc4] at 2010-09-26 04:41:44 on branch trunk — Fixed typo in previous commit (user: rkeene, size: 2016) [annotate] [blame] [check-ins using]
18 18 if [ "$1" = "distclean" ]; then 19 19 shift 20 20 21 21 mode="distclean" 22 22 fi 23 23 24 24 # Define the list of all packages, for cleaning purposes 25 -KITCREATOR_ALLPKGS="tcl tclvfs zlib tk itcl mk4tcl threads" 25 +KITCREATOR_ALLPKGS="tcl tclvfs zlib tk itcl mk4tcl thread" 26 26 for pkg in ${KITCREATOR_ALLPKGS}; do 27 27 rm -f "${pkg}/build.log" 28 28 rm -rf "${pkg}/out" "${pkg}/inst" "${pkg}/build" 29 29 30 30 if [ "${mode}" = "distclean" ]; then 31 31 rm -rf "${pkg}/src" 32 32 fi