mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
partialy Revert 'buildsystem: always clean up $INSTALL / .$TARGET_NAME on rebuild'
breaks llvm build. llvm/package.mk needs some rework closes #2723
This commit is contained in:
parent
cc19c77d15
commit
85143ff8cf
@ -263,9 +263,6 @@ if [ ! -f $STAMP ]; then
|
||||
rm -rf $INSTALL
|
||||
fi
|
||||
fi
|
||||
if [ -d $ROOT/$PKG_BUILD/.$TARGET_NAME ] ; then
|
||||
rm -rf $ROOT/$PKG_BUILD/.$TARGET_NAME
|
||||
fi
|
||||
|
||||
# setup configure script
|
||||
if [ -z "$PKG_CONFIGURE_SCRIPT" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user