Artifact 9030af46140c5d6ce8663db22b04986326494ca4:
- Executable file build/pre.sh — part of check-in [2ba5f90d1b] at 2012-10-08 19:12:55 on branch trunk — Updated to not require running "./configure" for pre.sh (user: rkeene, size: 402) [annotate] [blame] [check-ins using]
#! /usr/bin/env bash ./kitcreator distclean >/dev/null 2>/dev/null KITSHROOTDIR="$(ls -1d kitsh/buildsrc/kitsh-*/)" export KITSHROOTDIR ( cd "${KITSHROOTDIR}" || exit 1 autoconf; autoheader rm -rf autom4te.cache rm -f *~ make -f Makefile.common.in boot.tcl.h zipvfs.tcl.h cvfs.tcl.h make distclean ) || exit 1 rm -f tcl/patchscripts/dietlibc.sh find . -name '.*.sw?' -type f | xargs rm -f