[svn-commits] branch group/menuselect r1131 -
/team/group/menuselect/build_tools/menuselect.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Mon Jun 19 21:06:27 MST 2006
Author: russell
Date: Mon Jun 19 23:06:26 2006
New Revision: 1131
URL: http://svn.digium.com/view/zaptel?rev=1131&view=rev
Log:
disable dependency checking since there will be no deps file until
autoconf support is ready
Modified:
team/group/menuselect/build_tools/menuselect.c
Modified: team/group/menuselect/build_tools/menuselect.c
URL: http://svn.digium.com/view/zaptel/team/group/menuselect/build_tools/menuselect.c?rev=1131&r1=1130&r2=1131&view=diff
==============================================================================
--- team/group/menuselect/build_tools/menuselect.c (original)
+++ team/group/menuselect/build_tools/menuselect.c Mon Jun 19 23:06:26 2006
@@ -690,10 +690,14 @@
/* Parse the input XML files to build the list of available options */
if ((res = build_member_list()))
exit(res);
-
+
+/* XXX Pending autoconf support XXX */
+#if 0
/* Process module dependencies */
- res = process_deps();
-
+ if ((res = process_deps()))
+ exit(res);
+#endif
+
/* The --check-deps option is used to ask this application to check to
* see if that an existing menuselect.makeopts file contails all of the
* modules that have dependencies that have not been met. If this
More information about the svn-commits
mailing list