aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-26 18:19:37 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-26 18:19:37 +0000
commit3970edb36bd618338a4e0869ecaebb5adcd0296e (patch)
treef5de5c3bc3c3273ebe4b27231dcec9703bdd3fc0 /UPGRADE.txt
parentce4f89599645c11c69ef90d56bc068c6b81bafa5 (diff)
add some more text about the build system
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30578 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 038e0746c..c5ea8fbbd 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -30,8 +30,17 @@ turn on/off global options for the build and see which modules will not (and can
be built because your system does not have the required external dependencies
installed.
-(TODO: document where 'global' and 'per-user' menuselect input files should go
-and what they need to contain)
+The resulting file from menuselect is called 'menuselect.makeopts'. Note that
+the resulting menuselect.makeopts file generally contains which modules *not*
+to build. The modules listed in this file indicate which modules have unmet
+dependencies, a present conflict, or have been disabled by the user in the
+menuselect interface. Compiler Flags can also be set in the menuselect
+interface. In this case, the resulting file contains which CFLAGS are in use,
+not which ones are not in use.
+
+If you would like to save your choices and have them applied against all
+builds, the file can be copied to '~/.asterisk.makeopts' or
+'/etc/asterisk.makeopts'.
PBX Core: