Artifact 24cc7de5133e74f78fb0709fcf501e9ee558a37a:
- 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]
#! /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 mk4tcl.tcl.h make distclean ) || exit 1 find . -name '.*.sw?' -type f | xargs rm -f