Delete unnecesary creation of the build folder
Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
parent
b007419653
commit
901c4a3143
@ -59,11 +59,6 @@ function build_db() {
|
||||
cd "$_build_folder" || clean_exit 1 "$_error_build_folder"
|
||||
bear -- scons
|
||||
|
||||
if [ ! -d ../build ]; then
|
||||
mkdir ../build
|
||||
touch ../build/.gdignore
|
||||
fi
|
||||
|
||||
if [ -f ../build/compile_commands.json ]; then
|
||||
rm ../build/compile_commands.json
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user