Преглед изворни кода

Toolchain: Add missing buildstep calls

Gunnar Beutner пре 4 година
родитељ
комит
05d140e7bd
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      Toolchain/BuildIt.sh

+ 2 - 2
Toolchain/BuildIt.sh

@@ -227,9 +227,9 @@ pushd "$DIR/Build/$ARCH"
             # under macOS generated makefiles are not resolving the "intl"
             # under macOS generated makefiles are not resolving the "intl"
             # dependency properly to allow linking its own copy of
             # dependency properly to allow linking its own copy of
             # libintl when building with --enable-shared.
             # libintl when building with --enable-shared.
-            "$MAKE" -j "$MAKEJOBS" || true
+            buildstep "binutils/build" "$MAKE" -j "$MAKEJOBS" || true
             pushd intl
             pushd intl
-            "$MAKE" all-yes
+            buildstep "binutils/build" "$MAKE" all-yes
             popd
             popd
         fi
         fi
         echo "XXX build binutils"
         echo "XXX build binutils"