From 36d116036ca07230c33535e225527bf67144a3e5 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Wed, 2 Apr 2014 12:17:04 +0300 Subject: [PATCH] buildsys: cosmetics --- scripts/build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/build b/scripts/build index c408e0f2ec..d01bebfd4e 100755 --- a/scripts/build +++ b/scripts/build @@ -65,9 +65,6 @@ fi if [ ! -f $STAMP ]; then rm -f $STAMP - printf "%${BUILD_INDENT}c ${boldyellow}BUILD${endcolor} $PACKAGE_NAME ${boldwhite}($TARGET)${endcolor}\n" ' '>&$SILENT_OUT - export BUILD_INDENT=$((${BUILD_INDENT:-1}+$BUILD_INDENT_SIZE)) - if [ "$TARGET" = "bootstrap" -o "$TARGET" = "init" ]; then setup_toolchain target else @@ -192,6 +189,9 @@ if [ ! -f $STAMP ]; then done fi + printf "%${BUILD_INDENT}c ${boldyellow}BUILD${endcolor} $PACKAGE_NAME ${boldwhite}($TARGET)${endcolor}\n" ' '>&$SILENT_OUT + export BUILD_INDENT=$((${BUILD_INDENT:-1}+$BUILD_INDENT_SIZE)) + if [ "$PKG_AUTORECONF" = yes ]; then $SCRIPTS/autoreconf $PACKAGE_NAME fi