[SR-Dev] compile only a given list of modules

Juha Heinanen jh at tutpro.com
Sun May 24 13:07:34 CEST 2009


i'm returning to the old issue on how to compile core and given list of
modules.

andrei wrote:

>  > If what you want is to compile only enum and dialplan:
>  > make modules-cfg modules="modules/enum modules/dialplan" modules_s="" modules_k=""

if i try that, nothing happens:

$ make modules-cfg modules="modules/enum modules/dialplan" modules_s="" modules_k=""
config.mak loaded
Makefile.defs defs skipped
rm -f modules.lst
make modules.lst
config.mak loaded
Makefile.defs defs skipped
make[1]: Entering directory `/usr/src/orig/sip-router/trunk'
saving modules list...
make[1]: Leaving directory `/usr/src/orig/sip-router/trunk'

i also tried to edit modules.lst and set

modules= modules/enum modules/dialplan
modules_s= 
modules_k= 

but no luck.

i don't want to use exclude_modules, because that is a moving target.

-- juha



More information about the sr-dev mailing list