Differences From Artifact [f422eb34cc]:
- Executable file
build/pre.sh
— part of check-in
[65a6c41656]
at
2010-09-26 04:39:23
on branch trunk
— KitCreator 0.0.6.x
Updated pre-release build script to error out if configure fails. (user: rkeene, size: 251) [annotate] [blame] [check-ins using]
To 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]
︙ | ︙ | |||
9 10 11 12 13 14 15 16 17 18 | cd "${KITSHROOTDIR}" || exit 1 autoconf; autoheader rm -rf autom4te.cache rm -f *~ ./configure || exit 1 make distclean ) || exit 1 | > | 9 10 11 12 13 14 15 16 17 18 19 | cd "${KITSHROOTDIR}" || exit 1 autoconf; autoheader rm -rf autom4te.cache rm -f *~ ./configure || exit 1 make mk4tcl.tcl.h make distclean ) || exit 1 |