Differences From 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]
To Artifact [52ef0ed788]:
- Executable file
build/pre.sh
— part of check-in
[66535d6924]
at
2010-09-26 04:43:48
on branch trunk
— KitCreator 0.3.0.x
Added support for using ZIP archives if MK4 fails to build
Removed support for pure-Tcl MK4 (it didn't work) (user: rkeene, size: 332) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
9 10 11 12 13 14 15 | cd "${KITSHROOTDIR}" || exit 1 autoconf; autoheader rm -rf autom4te.cache rm -f *~ ./configure || exit 1 | | > | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | cd "${KITSHROOTDIR}" || exit 1 autoconf; autoheader rm -rf autom4te.cache rm -f *~ ./configure || exit 1 make boot.tcl.h make zipvfs.tcl.h make distclean ) || exit 1 find . -name '.*.sw?' -type f | xargs rm -f |