blob: 5274b76527adef1d485ed3aaa9bbd6ffb5063a48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] make -l ?
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20make%20-l%20%3F&In-Reply-To=%3CCA%2BCX%2BbgRtcJ%2BPRT9u_NXupHZOzH12q%2B7%3DG-G_jA%3DFkbM6W2FqA%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="018389.html">
<LINK REL="Next" HREF="018390.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] make -l ?</H1>
<B>Pascal Terjan</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20make%20-l%20%3F&In-Reply-To=%3CCA%2BCX%2BbgRtcJ%2BPRT9u_NXupHZOzH12q%2B7%3DG-G_jA%3DFkbM6W2FqA%40mail.gmail.com%3E"
TITLE="[Mageia-dev] make -l ?">pterjan at gmail.com
</A><BR>
<I>Fri Aug 31 11:40:18 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="018389.html">[Mageia-dev] [changelog] [RPM] cauldron core/release telepathy-kde-common-internals-0.5.0-1.mga3
</A></li>
<LI>Next message: <A HREF="018390.html">[Mageia-dev] make -l ?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18388">[ date ]</a>
<a href="thread.html#18388">[ thread ]</a>
<a href="subject.html#18388">[ subject ]</a>
<a href="author.html#18388">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="018389.html">[Mageia-dev] [changelog] [RPM] cauldron core/release telepathy-kde-common-internals-0.5.0-1.mga3
</A></li>
<LI>Next message: <A HREF="018390.html">[Mageia-dev] make -l ?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18388">[ date ]</a>
<a href="thread.html#18388">[ thread ]</a>
<a href="subject.html#18388">[ subject ]</a>
<a href="author.html#18388">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|