diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2012-August/018388.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-1be510f9529cb082f802408b472a77d074b394c0.tar archives-1be510f9529cb082f802408b472a77d074b394c0.tar.gz archives-1be510f9529cb082f802408b472a77d074b394c0.tar.bz2 archives-1be510f9529cb082f802408b472a77d074b394c0.tar.xz archives-1be510f9529cb082f802408b472a77d074b394c0.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/2012-August/018388.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-August/018388.html | 77 |
1 files changed, 77 insertions, 0 deletions
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 @@ +<!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> |