* [Buildroot] [PATCH] Makefile: Force make to run serially in the top-level Makefile
@ 2010-09-28 21:50 Yann E. MORIN
2010-09-28 22:27 ` Thomas Petazzoni
2010-09-30 12:36 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Yann E. MORIN @ 2010-09-28 21:50 UTC (permalink / raw)
To: buildroot
The top-level Makefile can be executed in parallel, as it causes problems.
We can force make to be not parallel.
It's been reported many times, and recent discussions on IRC with kos_tom,
and user nick-named knee, led to this patch.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
---
Makefile | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index faa802b..e0cde26 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,9 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
+# This top-level Makefile can *not* be executed in parallel
+.NOTPARALLEL:
+
#--------------------------------------------------------------
# Just run 'make menuconfig', configure stuff, then run 'make'.
# You shouldn't need to mess with anything beyond this point...
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] Makefile: Force make to run serially in the top-level Makefile
2010-09-28 21:50 [Buildroot] [PATCH] Makefile: Force make to run serially in the top-level Makefile Yann E. MORIN
@ 2010-09-28 22:27 ` Thomas Petazzoni
2010-09-30 12:36 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2010-09-28 22:27 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 28 Sep 2010 23:50:58 +0200
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> wrote:
> The top-level Makefile can be executed in parallel, as it causes problems.
> We can force make to be not parallel.
>
> It's been reported many times, and recent discussions on IRC with kos_tom,
> and user nick-named knee, led to this patch.
>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] Makefile: Force make to run serially in the top-level Makefile
2010-09-28 21:50 [Buildroot] [PATCH] Makefile: Force make to run serially in the top-level Makefile Yann E. MORIN
2010-09-28 22:27 ` Thomas Petazzoni
@ 2010-09-30 12:36 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-09-30 12:36 UTC (permalink / raw)
To: buildroot
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@anciens.enib.fr> writes:
Yann> The top-level Makefile can be executed in parallel, as it causes problems.
Yann> We can force make to be not parallel.
Yann> It's been reported many times, and recent discussions on IRC with kos_tom,
Yann> and user nick-named knee, led to this patch.
Cool, I didn't know .NOTPARALLEL - Thanks, committed.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-09-30 12:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-28 21:50 [Buildroot] [PATCH] Makefile: Force make to run serially in the top-level Makefile Yann E. MORIN
2010-09-28 22:27 ` Thomas Petazzoni
2010-09-30 12:36 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox