Differences From Artifact [e1071070fa]:
- Executable file
build/pre.sh
— part of check-in
[44e0b4f94c]
at
2010-09-26 04:40:56
on branch trunk
— Added preliminary support for using a Tcl-based metakit reader (mk4tcl.tcl,
based off ReadKit) if Mk4tcl support not found
Updated mk4tcl to cleanup if build fails, to prevent false detection (user: rkeene, size: 270) [annotate] [blame] [check-ins using]
To Artifact [24cc7de513]:
- Executable file
build/pre.sh
— part of check-in
[65a0497bd0]
at
2010-09-26 04:42:28
on branch trunk
— KitCreator 0.2.1.x
Fixed failure to clean kitsh directory when producing releases (user: rkeene, size: 315) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
13 14 15 16 17 18 19 | rm -f *~ ./configure || exit 1 make mk4tcl.tcl.h make distclean ) || exit 1 | > > | 13 14 15 16 17 18 19 20 21 | rm -f *~ ./configure || exit 1 make mk4tcl.tcl.h make distclean ) || exit 1 find . -name '.*.sw?' -type f | xargs rm -f |