aboutsummaryrefslogtreecommitdiffstats
path: root/kerl
diff options
context:
space:
mode:
Diffstat (limited to 'kerl')
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 48dad92..3c0c5ee 100755
--- a/kerl
+++ b/kerl
@@ -113,7 +113,7 @@ do_build() {
./configure $KERL_CONFIGURE_OPTIONS > \
$KERL_BASE_DIR/logs/configure_$1.log 2>&1
if [ "$?" -eq 1 ]; then
- echo "./configure failed";
+ echo "./configure failed, see $KERL_BASE_DIR/logs/configure_$1.log";
exit 1
fi
rm -f "$KERL_BASE_DIR/logs/configure_$1.log"