aboutsummaryrefslogtreecommitdiffstats
path: root/kerl
diff options
context:
space:
mode:
authorEvax Software <[email protected]>2011-04-01 11:52:57 +0200
committerEvax Software <[email protected]>2011-04-01 11:52:57 +0200
commit08176877f54cab75c5820cde22c686db3f9d3f3c (patch)
treef28bbe01c9ac968072713c32bbcbe8d987329949 /kerl
parent2a7caf5e32b395eee5d1c840ca8d0c1279489fdd (diff)
downloadkerl-08176877f54cab75c5820cde22c686db3f9d3f3c.tar.gz
kerl-08176877f54cab75c5820cde22c686db3f9d3f3c.tar.bz2
kerl-08176877f54cab75c5820cde22c686db3f9d3f3c.zip
Point to error log when ./configure fails
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"