Artifact f947ea4178e7cfb8fb3cd297055a9ea4c6e9cbc0:
- Executable file build/pre.sh — part of check-in [5996f7a35f] at 2010-09-26 04:37:52 on branch trunk — Added support for creating proper kitsh environment (user: rkeene, size: 221) [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 ./configure make distclean )