perl: Limit build to 23 parallel processes

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2019-03-04 11:52:34 +00:00
parent 7691a1bfe7
commit a843073c8e

View File

@@ -39,6 +39,9 @@ else
TARGET = $(DIR_INFO)/$(THISAPP)-tools
endif
# Perl does not build with -j larger than 23
MAX_PARALLELISM = 23
###############################################################################
# Top-level Rules
###############################################################################