public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH 1/4] batman-adv: Don't automatically build in parallel
@ 2011-12-04 19:10 Sven Eckelmann
  2011-12-04 19:10 ` [B.A.T.M.A.N.] [PATCH 2/4] batman-adv: Remove OpenWRT specific makefile rules Sven Eckelmann
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Sven Eckelmann @ 2011-12-04 19:10 UTC (permalink / raw)
  To: b.a.t.m.a.n

Distributions like Gentoo and Debian have policies which make it
necessary to use some kind of environmental variable to control the
parallel build.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 Makefile |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 3374687..15f099e 100644
--- a/Makefile
+++ b/Makefile
@@ -33,12 +33,10 @@ REVISION= $(shell	if [ -d .git ]; then \
 				echo $$(git describe --always --dirty --match "v*" |sed 's/^v//' 2> /dev/null || echo "[unknown]"); \
 			fi)
 
-NUM_CPUS = $(shell nproc 2> /dev/null || echo 1)
-
 include $(PWD)/Makefile.kbuild
 
 all:
-	$(MAKE) -C $(KERNELPATH) REVISION=$(REVISION) M=$(PWD) PWD=$(PWD) -j $(NUM_CPUS) modules
+	$(MAKE) -C $(KERNELPATH) REVISION=$(REVISION) M=$(PWD) PWD=$(PWD) modules
 
 clean:
 	$(MAKE) -C $(KERNELPATH) M=$(PWD) PWD=$(PWD) clean
-- 
1.7.7.3


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

end of thread, other threads:[~2011-12-07  9:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-04 19:10 [B.A.T.M.A.N.] [PATCH 1/4] batman-adv: Don't automatically build in parallel Sven Eckelmann
2011-12-04 19:10 ` [B.A.T.M.A.N.] [PATCH 2/4] batman-adv: Remove OpenWRT specific makefile rules Sven Eckelmann
2011-12-07  8:36   ` Marek Lindner
2011-12-04 19:10 ` [B.A.T.M.A.N.] [PATCH 3/4] batman-adv: Remove non-kernel parts from Makefile.kbuild Sven Eckelmann
2011-12-07  8:38   ` Marek Lindner
2011-12-04 19:10 ` [B.A.T.M.A.N.] [PATCH 4/4] batman-adv: Allow to enable features without editing Makefile Sven Eckelmann
2011-12-04 19:16   ` Sven Eckelmann
2011-12-07  9:17     ` Marek Lindner
2011-12-07  8:34 ` [B.A.T.M.A.N.] [PATCH 1/4] batman-adv: Don't automatically build in parallel Marek Lindner

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