From 433a5d4965e28551be8c125e286b7aafa442df6a Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 6 Oct 2013 08:59:23 +0000 Subject: [PATCH] Add -j1 to "make install" in CLFS --- CLFS/clfs.xsl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CLFS/clfs.xsl b/CLFS/clfs.xsl index ecb06b8..fdf239a 100644 --- a/CLFS/clfs.xsl +++ b/CLFS/clfs.xsl @@ -270,6 +270,14 @@ || true + + + + make -j1 + + +