mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
buildme, autoclean after c++
This commit is contained in:
parent
7fa464fde0
commit
f0553398b1
9
buildme
9
buildme
@ -132,6 +132,15 @@ fi
|
||||
buildClover() {
|
||||
checkTools
|
||||
|
||||
cd "${CLOVERROOT}"
|
||||
mkdir -p Conf
|
||||
if [[ -f "${CLOVERROOT}"/Conf/tools_def.txt ]]; then
|
||||
if ! grep -q mtoc.NEW_jief "${CLOVERROOT}"/Conf/tools_def.txt; then
|
||||
rm -f "${CLOVERROOT}"/Conf/*
|
||||
rm -rf "${CLOVERROOT}"/Build/*
|
||||
cleanBaseTools
|
||||
fi
|
||||
fi
|
||||
cd "${CLOVERROOT}"
|
||||
|
||||
if [[ -z "$WORKSPACE" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user