]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Config: Builds don't seem to like the space
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 4 Mar 2019 11:57:22 +0000 (11:57 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 4 Mar 2019 11:57:22 +0000 (11:57 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/Config

index 2bb0f283542b6da48ba64e40c693d5361bfd1c06..42da3f3b1da6b1f453fdd3cb43cc2ae43ae3e2b8 100644 (file)
@@ -41,7 +41,7 @@ PARALLELISM = $(shell echo $$( \
        fi) \
 )
 
-MAKETUNING = -j $(PARALLELISM)
+MAKETUNING = -j$(PARALLELISM)
 
 ifeq "$(BUILD_ARCH)" "aarch64"
        IS_64BIT = 1