Artifact aada9fa4066244885733a99284da89416fb9a76b:
- Executable file
build/pre.sh
— part of check-in
[b13d288f20]
at
2011-10-03 20:20:55
on branch trunk
— Updated to hide warnings while running kitcreator distclean in pre.sh
Added workaround for Mac OS X referencing headers in "tclInt.h" that it does not setup a way access using tclConfig.sh (user: rkeene, size: 390) [annotate] [blame] [check-ins using]
#! /bin/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 *~ ./configure || exit 1 make boot.tcl.h make zipvfs.tcl.h make distclean ) || exit 1 rm -f tcl/patchscripts/dietlibc.sh find . -name '.*.sw?' -type f | xargs rm -f