[svn-commits] seanbright: tools/trunk r6677 - /tools/trunk/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jun 8 11:54:20 CDT 2009


Author: seanbright
Date: Mon Jun  8 11:54:17 2009
New Revision: 6677

URL: http://svn.asterisk.org/svn-view/dahdi?view=rev&rev=6677
Log:
Get rid of parallel build warnings from GNU make.

Modified:
    tools/trunk/Makefile

Modified: tools/trunk/Makefile
URL: http://svn.asterisk.org/svn-view/dahdi/tools/trunk/Makefile?view=diff&rev=6677&r1=6676&r2=6677
==============================================================================
--- tools/trunk/Makefile (original)
+++ tools/trunk/Makefile Mon Jun  8 11:54:17 2009
@@ -390,19 +390,19 @@
 MAKE_MENUSELECT=CC="$(HOST_CC)" CXX="$(CXX)" LD="" AR="" RANLIB="" CFLAGS="" $(MAKE) -C menuselect CONFIGURE_SILENT="--silent"
 
 menuselect/menuselect: menuselect/makeopts
-	$(MAKE_MENUSELECT) menuselect
+	+$(MAKE_MENUSELECT) menuselect
 
 menuselect/cmenuselect: menuselect/makeopts
-	$(MAKE_MENUSELECT) cmenuselect
+	+$(MAKE_MENUSELECT) cmenuselect
 
 menuselect/gmenuselect: menuselect/makeopts
-	$(MAKE_MENUSELECT) gmenuselect
+	+$(MAKE_MENUSELECT) gmenuselect
 
 menuselect/nmenuselect: menuselect/makeopts
-	$(MAKE_MENUSELECT) nmenuselect
+	+$(MAKE_MENUSELECT) nmenuselect
 
 menuselect/makeopts: makeopts
-	$(MAKE_MENUSELECT) makeopts
+	+$(MAKE_MENUSELECT) makeopts
 
 menuselect-tree: dahdi.xml
 	@echo "Generating input for menuselect ..."




More information about the svn-commits mailing list