openblas: avoid using make -j when building
authorEneas U de Queiroz <redacted>
Wed, 6 Oct 2021 19:26:23 +0000 (16:26 -0300)
committerEneas U de Queiroz <redacted>
Wed, 6 Oct 2021 20:09:10 +0000 (17:09 -0300)
Set MAKE_NB_JOBS=-1 so that no -j parameter is passed to make when
building the package, honoring the parent make's setting.

Signed-off-by: Eneas U de Queiroz <redacted>
libs/openblas/Makefile

index bc28e79f68d615bd76ee2abd154fc37ad41b90f1..86c50790090c97aaaf67c3a3a0d7758134a6948f 100644 (file)
@@ -81,6 +81,7 @@ MAKE_FLAGS += \
        HOSTCC=$(HOSTCC_NOCACHE) \
        CROSS_SUFFIX=$(TARGET_CROSS) \
        BINARY=$(OPENBLAS_BINARY) \
+       MAKE_NB_JOBS=-1 \
        NUM_THREADS=2 \
        PREFIX=/usr \
        COMMON_OPT="" \
git clone https://git.99rst.org/PROJECT