forked from Bananymous/banan-os
BuildSystem: Create build directory if it doesn't exists
This commit is contained in:
parent
8b5e437936
commit
87272f0cd7
|
@ -153,6 +153,7 @@ build_libstdcpp () {
|
||||||
}
|
}
|
||||||
|
|
||||||
# delete everything but toolchain
|
# delete everything but toolchain
|
||||||
|
mkdir -p $BANAN_BUILD_DIR
|
||||||
find $BANAN_BUILD_DIR -mindepth 1 -maxdepth 1 ! -name toolchain -exec rm -r {} +
|
find $BANAN_BUILD_DIR -mindepth 1 -maxdepth 1 ! -name toolchain -exec rm -r {} +
|
||||||
|
|
||||||
# NOTE: we have to manually create initial sysroot with libc headers
|
# NOTE: we have to manually create initial sysroot with libc headers
|
||||||
|
|
Loading…
Reference in New Issue