Artifact 6750e7ca3fa0f864da45822935278ba283c76278:
- Executable file
build/pre.sh
— part of check-in
[727034b4dd]
at
2010-09-26 04:37:58
on branch trunk
— KitCreator 0.0.2.x
Removed generated files from repository
Minor cleanup of configure activities in kitsh (user: rkeene, size: 231) [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 make distclean )