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