Fixed a bug when creating an empty folder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user