Artifact 6536148eb061335e1504de47bce80f91eee9ba7d:
- Executable file
build/pre.sh
— part of check-in
[a15ed07178]
at
2010-10-14 07:41:50
on branch trunk
— Added patch for Tcl 8.4.19 to support compiling on Haiku
Updated release script to release patchscripts for Tcl (user: rkeene, size: 618) [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 KITDLLROOTDIR="$(ls -1d kitdll/buildsrc/kitdll-*/)" export KITDLLROOTDIR ( cd "${KITDLLROOTDIR}" || exit 1 autoconf; autoheader rm -rf autom4te.cache rm -f *~ ./configure || exit 1 make vfs_kitdll.tcl.h || exit 1 make distclean ) || exit 1 rm -f tcl/patchscripts/dietlibc.sh find . -name '.*.sw?' -type f | xargs rm -f