Fixed a bug when creating an empty folder

This commit is contained in:
2025-12-05 00:25:33 +03:00
parent a46724cc90
commit 97c49567ce

View File

@@ -77,7 +77,7 @@ mkdir -p build/binutils && cd build/binutils
--disable-werror
make -j$(nproc) all
make install
cd ../../..
cd "${TOP}"
# ==================================================================
# GCC STAGE 1 (только C, без libc)
@@ -86,7 +86,7 @@ echo "== Сборка GCC-${GCC_VER} Stage 1 =="
cd "${SRC_GCC}"
./contrib/download_prerequisites
cd ../../..
cd "${TOP}"
mkdir -p build/gcc1 && cd build/gcc1
"${SRC_GCC}/configure" \
@@ -113,7 +113,7 @@ make -j$(nproc) all-gcc
make install-gcc
make -j$(nproc) all-target-libgcc
make install-target-libgcc
cd ../../..
cd "${TOP}"
# ==================================================================
# Linux headers