This will build a Tclkit named "tclkit-<version>".This will build a Tclkit named "tclkit-<version>" or a KitDLL named
"libtclkit<version>.so".
---------------
Using This Tool
---------------
Usage:
kitcreator [{<version> | cvs_<cvsTag> | clean | distclean}]
[<configure_options...>]
TESTNAME="fossil_${FOSSIL_CHANGE}"
export FOSSIL_CHANGE TESTNAME
# On Wednesday, do a distclean to force redownloading everything (mainly
# for CVS Head) and force a rebuild to ensure up-to-date build status
if [ "$(date '+%u')" = "3" ]; then
./kitcreator distclean || exit 1
else
touch "${KITCREATORDIR}/build/test/force_nightly"fi
if [ -d "${WEBROOTDIR}/${TESTNAME}" ]; then
# Don't re-run the tests if nothing has changed
if [ -d "${WEBROOTDIR}/${TESTNAME}" ]; then
# Don't re-run the tests if nothing has changed
if [ -f "${KITCREATORDIR}/build/test/force_nightly" ]; then rm -f "${KITCREATORDIR}/build/test/force_nightly" else exit 0
fi
fi
cd build/test || exit 1
if [ ! -x test -o ! -x publish-tests ]; then