Module: sip-router
Branch: kamailio_3.0
Commit: dc20fc812f9b63166732f2fc0e124b793c307b38
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dc20fc8…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Feb 9 11:26:36 2010 +0100
INSTALL: several make specific updates
---
INSTALL | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/INSTALL b/INSTALL
index a299aef..060fd01 100644
--- a/INSTALL
+++ b/INSTALL
@@ -108,7 +108,7 @@ A) Basic building:
make
- build all modules without external library depencies
-make modules
+make modules-all
B) Advanced building:
@@ -127,22 +127,22 @@ make modules=modules_k/textops modules
-compile all the "default" modules except textops and db_mysql
-make skip_modules="textops db_mysql" modules
+make skip_modules="textops db_mysql" modules-all
-compile all default modules and include uri_radius (not compiled by default):
-make include_modules="uri_radius" modules
+make include_modules="uri_radius" modules-all
-compile all the modules from the modules subdirectory (even the one excluded
by default):
-make exclude_modules="" modules
+make exclude_modules="" modules-all
-compile all the modules from the modules subdirectory excluding exec:
-make exclude_modules=exec modules
+make exclude_modules=exec modules-all
or
-make exclude_modules="" skip_modules=exec modules
+make exclude_modules="" skip_modules=exec modules-all
-generate README file for textops module