[asterisk-commits] branch group/autoconf_and_menuselect r11117 - /team/group/autoconf_and_menuse...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sat Feb 25 07:27:48 MST 2006


Author: russell
Date: Sat Feb 25 08:27:47 2006
New Revision: 11117

URL: http://svn.digium.com/view/asterisk?rev=11117&view=rev
Log:
add a comment that explains the --check-deps option

Modified:
    team/group/autoconf_and_menuselect/build_tools/menuselect.c

Modified: team/group/autoconf_and_menuselect/build_tools/menuselect.c
URL: http://svn.digium.com/view/asterisk/team/group/autoconf_and_menuselect/build_tools/menuselect.c?rev=11117&r1=11116&r2=11117&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/build_tools/menuselect.c (original)
+++ team/group/autoconf_and_menuselect/build_tools/menuselect.c Sat Feb 25 08:27:47 2006
@@ -823,6 +823,11 @@
 	/* Read in the existing makeopts, if they exist */
 	parse_existing_config();
 
+	/* This 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
+	 * is not the case, an informative message will be printed to the
+	 * user and the build will fail. */
 	if (argc == 2 && !strcmp(argv[1], "--check-deps")) {
 		check_deps = 1;
 		/* Set to greater than 0 so that we won't run the menu



More information about the asterisk-commits mailing list