From 08176877f54cab75c5820cde22c686db3f9d3f3c Mon Sep 17 00:00:00 2001 From: Evax Software Date: Fri, 1 Apr 2011 11:52:57 +0200 Subject: Point to error log when ./configure fails --- kerl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3