From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-August/018388.html | 77 ++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-August/018388.html (limited to 'zarb-ml/mageia-dev/2012-August/018388.html') diff --git a/zarb-ml/mageia-dev/2012-August/018388.html b/zarb-ml/mageia-dev/2012-August/018388.html new file mode 100644 index 000000000..5274b7652 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-August/018388.html @@ -0,0 +1,77 @@ + + + + [Mageia-dev] make -l ? + + + + + + + + + +

[Mageia-dev] make -l ?

+ Pascal Terjan + pterjan at gmail.com +
+ Fri Aug 31 11:40:18 CEST 2012 +

+
+ +
Currently %make is expanded to make -j<nb cpu>
+
+I'd like it to be replaced with make -l<nb cpu>
+
+For those we don't know the difference:
+
+       -j [jobs], --jobs[=jobs]
+            Specifies the number of jobs (commands) to run
+simultaneously.  If there is more than one -j option, the last one is
+effective.  If the  -j  option
+            is given without an argument, make will not limit the
+number of jobs that can run simultaneously.
+
+       -l [load], --load-average[=load]
+            Specifies that no new jobs (commands) should be started if
+there are others jobs running and the load average is at least  load
+(a  floating-point
+            number).  With no argument, removes a previous load limit.
+
+In short, this means taking into account the current load of the machine.
+
+ + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1