[svn-commits] russell: trunk r456 - /trunk/menuselect.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jan 16 15:36:32 CST 2009


Author: russell
Date: Fri Jan 16 15:36:32 2009
New Revision: 456

URL: http://svn.digium.com/svn-view/menuselect?view=rev&rev=456
Log:
Remove this line appears to have made the world explode.

Modified:
    trunk/menuselect.c

Modified: trunk/menuselect.c
URL: http://svn.digium.com/svn-view/menuselect/trunk/menuselect.c?view=diff&rev=456&r1=455&r2=456
==============================================================================
--- trunk/menuselect.c (original)
+++ trunk/menuselect.c Fri Jan 16 15:36:32 2009
@@ -1404,6 +1404,8 @@
 	if ((res = process_deps()))
 		exit(res);
 
+	while (calc_dep_failures(0) || calc_conflict_failures(0));
+
 	/* The --check-deps option is used to ask this application to check to
 	 * see if that an existing menuselect.makeopts file contains all of the
 	 * modules that have dependencies that have not been met.  If this




More information about the svn-commits mailing list