mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
buildsys: autoreconf once
no point to do_autoreconf for :host :init :bootstrap if it's already done for :target
This commit is contained in:
parent
8c24fdd8ca
commit
95d07d5a48
@ -22,11 +22,14 @@
|
||||
|
||||
[ ! -f "$PKG_BUILD/configure.in" -a ! -f "$PKG_BUILD/configure.ac" ] && echo "configure.in or configure.ac not found" && exit 1
|
||||
|
||||
printf "%${BUILD_INDENT}c ${boldmagenta}AUTORECONF${endcolor} $1\n" ' '>&$SILENT_OUT
|
||||
export BUILD_INDENT=$((${BUILD_INDENT:-1}+$BUILD_INDENT_SIZE))
|
||||
|
||||
touch $PKG_BUILD/NEWS $PKG_BUILD/AUTHORS $PKG_BUILD/ChangeLog
|
||||
mkdir -p $PKG_BUILD/m4
|
||||
do_autoreconf $PKG_BUILD
|
||||
if [ ! -f $PKG_BUILD/.autoreconf-done ] ; then
|
||||
printf "%${BUILD_INDENT}c ${boldmagenta}AUTORECONF${endcolor} $1\n" ' '>&$SILENT_OUT
|
||||
do_autoreconf $PKG_BUILD
|
||||
touch $PKG_BUILD/.autoreconf-done
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user