blob: d3c3c3ce64f426bcfb911fcc422123a30e8be613 (
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
78
79
80
81
|
<!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=%3CCAONrEtZgXRSb1ceEQBPvrskZq88Kjtz-%2BEDtAX4fY86aNd0naw%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="018388.html">
<LINK REL="Next" HREF="018391.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] make -l ?</H1>
<B>Thierry Vignaud</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20make%20-l%20%3F&In-Reply-To=%3CCAONrEtZgXRSb1ceEQBPvrskZq88Kjtz-%2BEDtAX4fY86aNd0naw%40mail.gmail.com%3E"
TITLE="[Mageia-dev] make -l ?">thierry.vignaud at gmail.com
</A><BR>
<I>Fri Aug 31 11:51:36 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="018388.html">[Mageia-dev] make -l ?
</A></li>
<LI>Next message: <A HREF="018391.html">[Mageia-dev] [changelog] [RPM] cauldron core/release chromium-browser-stable-21.0.1180.81-1.mga3
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18390">[ date ]</a>
<a href="thread.html#18390">[ thread ]</a>
<a href="subject.html#18390">[ subject ]</a>
<a href="author.html#18390">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>n 31 August 2012 11:40, Pascal Terjan <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">pterjan at gmail.com</A>> wrote:
><i> Currently %make is expanded to make -j<nb cpu>
</I>><i>
</I>><i> I'd like it to be replaced with make -l<nb cpu>
</I>><i>
</I>><i> For those we don't know the difference:
</I>><i>
</I>><i> -j [jobs], --jobs[=jobs]
</I>><i> Specifies the number of jobs (commands) to run
</I>><i> simultaneously. If there is more than one -j option, the last one is
</I>><i> effective. If the -j option
</I>><i> is given without an argument, make will not limit the
</I>><i> number of jobs that can run simultaneously.
</I>><i>
</I>><i> -l [load], --load-average[=load]
</I>><i> Specifies that no new jobs (commands) should be started if
</I>><i> there are others jobs running and the load average is at least load
</I>><i> (a floating-point
</I>><i> number). With no argument, removes a previous load limit.
</I>><i>
</I>><i> In short, this means taking into account the current load of the machine.
</I>
Why not.
It would be better to test it on some big packages first.
And timing their build with both "make -j" & "make -l"
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="018388.html">[Mageia-dev] make -l ?
</A></li>
<LI>Next message: <A HREF="018391.html">[Mageia-dev] [changelog] [RPM] cauldron core/release chromium-browser-stable-21.0.1180.81-1.mga3
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18390">[ date ]</a>
<a href="thread.html#18390">[ thread ]</a>
<a href="subject.html#18390">[ subject ]</a>
<a href="author.html#18390">[ 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>
|