From: Michael Tremer Date: Mon, 4 Mar 2019 11:57:22 +0000 (+0000) Subject: Config: Builds don't seem to like the space X-Git-Tag: v2.23-core131~151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d53537ced9f0c52dbd8446e5e582275ba0053847;hp=a843073c8e93e15fd8e18064abde5e3d3af67368;p=ipfire-2.x.git Config: Builds don't seem to like the space Signed-off-by: Michael Tremer --- diff --git a/lfs/Config b/lfs/Config index 2bb0f28354..42da3f3b1d 100644 --- a/lfs/Config +++ b/lfs/Config @@ -41,7 +41,7 @@ PARALLELISM = $(shell echo $$( \ fi) \ ) -MAKETUNING = -j $(PARALLELISM) +MAKETUNING = -j$(PARALLELISM) ifeq "$(BUILD_ARCH)" "aarch64" IS_64BIT = 1