Artifact f422eb34cc3d90addaf56980afa9d136c051ed27:
- Executable file
build/pre.sh
— part of check-in
[65a6c41656]
at
2010-09-26 04:39:23
on branch trunk
— KitCreator 0.0.6.x
Updated pre-release build script to error out if configure fails. (user: rkeene, size: 251) [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 distclean ) || exit 1