Artifact 2ce5e551314b648dbaff6458dd240d2f2b3a94a3:
- Executable file build/pre.sh — part of check-in [3510b6d25d] at 2011-05-23 17:55:20 on branch merge-kitdll-kitsh-common — Removed kitdll pre code (user: rkeene, size: 367) [annotate] [blame] [check-ins using] [more...]
#! /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 rm -f tcl/patchscripts/dietlibc.sh find . -name '.*.sw?' -type f | xargs rm -f