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 9 cd "${KITSHROOTDIR}" || exit 1 10 10 11 11 autoconf; autoheader 12 12 rm -rf autom4te.cache 13 13 rm -f *~ 14 14 15 15 ./configure || exit 1 16 + make mk4tcl.tcl.h 16 17 17 18 make distclean 18 19 ) || exit 1