mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
buildsys: cosmetics
This commit is contained in:
parent
ecd9d523a0
commit
36d116036c
@ -65,9 +65,6 @@ fi
|
|||||||
if [ ! -f $STAMP ]; then
|
if [ ! -f $STAMP ]; then
|
||||||
rm -f $STAMP
|
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
|
if [ "$TARGET" = "bootstrap" -o "$TARGET" = "init" ]; then
|
||||||
setup_toolchain target
|
setup_toolchain target
|
||||||
else
|
else
|
||||||
@ -192,6 +189,9 @@ if [ ! -f $STAMP ]; then
|
|||||||
done
|
done
|
||||||
fi
|
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
|
if [ "$PKG_AUTORECONF" = yes ]; then
|
||||||
$SCRIPTS/autoreconf $PACKAGE_NAME
|
$SCRIPTS/autoreconf $PACKAGE_NAME
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user