aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-18 07:56:29 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-18 07:56:29 +0000
commitd170d5e82bdc258a871d23efb39f25afa27e6f9f (patch)
tree9c17654b217ba97e86a6766dc49a1361327b064a /doc
parentb0d3c91caff7fb9420e56ee077616e81cad6446c (diff)
A minor update, caused by a recent bug report ;-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@93557 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/CODING-GUIDELINES11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/CODING-GUIDELINES b/doc/CODING-GUIDELINES
index a0b19962a..1b53402ac 100644
--- a/doc/CODING-GUIDELINES
+++ b/doc/CODING-GUIDELINES
@@ -650,17 +650,18 @@ The first step, usually to be done soon after a checkout, is running
FOO_DIR=... indicating, for each package, the useful libraries
and header files.
-The next step is to run "menuselect", to extract the dependencies existing
+The next step is to run "make menuselect", to extract the dependencies existing
between files and modules, and to store build options.
menuselect produces two files, both to be read by the Makefile:
+ menuselect.makeopts
- contains for each subdirectory a list of modules that must be
+ Contains for each subdirectory a list of modules that must be
excluded from the build, plus some additional informatiom.
+ menuselect.makedeps
- contains, for each module, a list of packages it depends on.
+ Contains, for each module, a list of packages it depends on.
For each of these packages, we can collect the relevant INCLUDE
- and LIB files from makeopts
+ and LIB files from makeopts. This file is based on information
+ in the .c source code files for each module.
The top level Makefile is in charge of setting up the build environment,
creating header files with build options, and recursively invoking the
@@ -674,8 +675,6 @@ binary (main/ pbx/).
TO BE COMPLETED
-
-
-----------------------------------------------
Welcome to the Asterisk development community!
Meet you on the asterisk-dev mailing list.