aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-07 16:03:31 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-07 16:03:31 +0000
commit745248fa588a23f87522a5d5c55cbca7a93b3f90 (patch)
tree8fed72867d5179a492835cb9b698dce8206355c1 /build_tools
parent3e5a1d9c7011ea946724b2327409829c690b1b07 (diff)
remove the need to have to re-run make after a default menuselect.makeopts
file is generated. This allows a fresh checkout of asterisk to be built and installed with the standard "./configure && make && make install". git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32798 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools')
-rw-r--r--build_tools/menuselect.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/build_tools/menuselect.c b/build_tools/menuselect.c
index ca23caf11..5e6130b10 100644
--- a/build_tools/menuselect.c
+++ b/build_tools/menuselect.c
@@ -698,14 +698,6 @@ int main(int argc, char *argv[])
free_trees();
free_member_list();
- if (check_deps && !existing_config && !res) {
- fprintf(stderr, "\n***********************************************************\n");
- fprintf(stderr, "* menuselect.makeopts file generated with default values! *\n");
- fprintf(stderr, "* Please rerun make to build Asterisk. *\n");
- fprintf(stderr, "***********************************************************\n\n");
- res = -1;
- }
-
/* In some cases, such as modifying the CFLAGS for the build,
* a "make clean" needs to be forced. Removing the .lastclean
* file does this. */