Artifact 801a4c1f975dfd5c568842ddf98a2ef9d9eaa8b2:
- Executable file build/pre.sh — part of check-in [914a6c9397] at 2010-09-26 04:50:30 on branch trunk — Updated to remove kitdll from releases since it is currently incomplete (user: rkeene, size: 373) [annotate] [blame] [check-ins using]
#! /bin/bash ./kitcreator distclean KITSHROOTDIR="$(ls -1d kitsh/buildsrc/kitsh-*/)" export KITSHROOTDIR ( 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 rm -rf tcl/patchscripts/ rm -rf kitdll find . -name '.*.sw?' -type f | xargs rm -f