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: https://origsvn.digium.com/svn/asterisk/trunk@32798 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-06-07 16:03:31 +00:00
parent 7924c21e33
commit 503f99e2e8
9 changed files with 16 additions and 8 deletions

View File

@@ -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. */