From: Michael Tremer Date: Mon, 4 Mar 2019 11:52:34 +0000 (+0000) Subject: perl: Limit build to 23 parallel processes X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=a843073c8e93e15fd8e18064abde5e3d3af67368 perl: Limit build to 23 parallel processes Signed-off-by: Michael Tremer --- diff --git a/lfs/perl b/lfs/perl index fa2256d6b7..06491a16c8 100644 --- a/lfs/perl +++ b/lfs/perl @@ -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 ###############################################################################