[asterisk-commits] qwell: branch 1.4 r241228 -	/branches/1.4/Makefile
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Tue Jan 19 11:41:04 CST 2010
    
    
  
Author: qwell
Date: Tue Jan 19 11:41:00 2010
New Revision: 241228
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=241228
Log:
Allow parallel make (-j) to work properly.
1.4 changes are quite different from the others.
(issue #16489)
Reported by: Chainsaw
Tested by: qwell
Modified:
    branches/1.4/Makefile
Modified: branches/1.4/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/Makefile?view=diff&rev=241228&r1=241227&r2=241228
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Tue Jan 19 11:41:00 2010
@@ -336,8 +336,8 @@
 	+ at echo "EMBED_LIBS+="`$(SUBMAKE) -C $(@:-embed-libs=) SUBDIR=$(@:-embed-libs=) __embed_libs` >> makeopts.embed_rules
 
 $(MOD_SUBDIRS_MENUSELECT_TREE):
-	@$(SUBMAKE) -C $(@:-menuselect-tree=) SUBDIR=$(@:-menuselect-tree=) moduleinfo
-	@$(SUBMAKE) -C $(@:-menuselect-tree=) SUBDIR=$(@:-menuselect-tree=) makeopts
+	+@$(SUBMAKE) -C $(@:-menuselect-tree=) SUBDIR=$(@:-menuselect-tree=) moduleinfo
+	+@$(SUBMAKE) -C $(@:-menuselect-tree=) SUBDIR=$(@:-menuselect-tree=) makeopts
 
 makeopts.embed_rules: menuselect.makeopts
 	@echo "Generating embedded module rules ..."
    
    
More information about the asterisk-commits
mailing list