[svn-commits] sruffell: branch linux/2.4 r9723 - /linux/branches/2.4/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jan 31 11:58:55 CST 2011


Author: sruffell
Date: Mon Jan 31 11:58:50 2011
New Revision: 9723

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9723
Log:
dahdi: Add '+' on KMAKE definition to enable parallel make.

Now 'make -j 5' works the way it's supposed to on multi core machines.
On one test machine build times went from ~33 seconds to ~11 seconds.

Signed-off-by: Shaun Ruffell <sruffell at digium.com>
Acked-by: Kinsey Moore <kmoore at digium.com>
Acked-by: Russ Meyerriecks <rmeyerriecks at digium.com>
Acked-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Review: https://reviewboard.asterisk.org/r/940/

Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9409

Modified:
    linux/branches/2.4/Makefile

Modified: linux/branches/2.4/Makefile
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.4/Makefile?view=diff&rev=9723&r1=9722&r2=9723
==============================================================================
--- linux/branches/2.4/Makefile (original)
+++ linux/branches/2.4/Makefile Mon Jan 31 11:58:50 2011
@@ -55,7 +55,7 @@
 
 DAHDI_BUILD_ALL:=m
 
-KMAKE=$(MAKE) -C $(KSRC) SUBDIRS=$(PWD)/drivers/dahdi DAHDI_INCLUDE=$(PWD)/include DAHDI_MODULES_EXTRA="$(DAHDI_MODULES_EXTRA)" HOTPLUG_FIRMWARE=$(HOTPLUG_FIRMWARE)
+KMAKE=+$(MAKE) -C $(KSRC) SUBDIRS=$(PWD)/drivers/dahdi DAHDI_INCLUDE=$(PWD)/include DAHDI_MODULES_EXTRA="$(DAHDI_MODULES_EXTRA)" HOTPLUG_FIRMWARE=$(HOTPLUG_FIRMWARE)
 
 ROOT_PREFIX:=
 




More information about the svn-commits mailing list