Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit master] mplayer: disable parallel builds (make -jX)
@ 2010-05-04 21:11 Peter Korsgaard
  2010-05-04 22:39 ` [Buildroot] How to create a non mmu toolchain Ben Kloosterman
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2010-05-04 21:11 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=32ed97007509228e0b4aa1050dd1d017118d0d7a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The build system races with itself when building the internal vidix stuff
(x86 only), so use MAKE1.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/multimedia/mplayer/mplayer.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/multimedia/mplayer/mplayer.mk b/package/multimedia/mplayer/mplayer.mk
index 50afcfb..6e03cff 100644
--- a/package/multimedia/mplayer/mplayer.mk
+++ b/package/multimedia/mplayer/mplayer.mk
@@ -71,7 +71,7 @@ $(MPLAYER_DIR)/.configured: $(MPLAYER_DIR)/.unpacked
 	touch $@
 
 $(MPLAYER_DIR)/$(MPLAYER_BINARY): $(MPLAYER_DIR)/.configured
-	$(MAKE) -C $(MPLAYER_DIR)
+	$(MAKE1) -C $(MPLAYER_DIR)
 	touch -c $@
 
 $(TARGET_DIR)/$(MPLAYER_TARGET_BINARY): $(MPLAYER_DIR)/$(MPLAYER_BINARY)
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-05-05  7:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-04 21:11 [Buildroot] [git commit master] mplayer: disable parallel builds (make -jX) Peter Korsgaard
2010-05-04 22:39 ` [Buildroot] How to create a non mmu toolchain Ben Kloosterman
2010-05-05  6:42   ` Peter Korsgaard
2010-05-05  7:10     ` Ben Kloosterman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox