mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
buildsys: cosmetics
This commit is contained in:
parent
ecd9d523a0
commit
36d116036c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user