[sr-dev] how to change MAIN_NAME?

Andrei Pelinescu-Onciul andrei at iptel.org
Thu May 28 21:05:29 CEST 2009


On May 28, 2009 at 21:33, Juha Heinanen <jh at tutpro.com> wrote:
> andrei,
> 
> thanks for your tips.  they worked and simplified rules statements.
> 
> kamailio Makefile.defs has:
> n
> # nicer compilation?
> Q=
> NICER ?= 
> ifneq ($(NICER),)
> 	export Q=@
> endif
> 
> which makes compilation less verbose if NICER is defined.
> 
> it would be nice to have the same feature in sr compilation process.

While I find it useless, I did talk with Daniel about it.
The kamailio version is "too slow", It introduces extra slow shell
commands for each file compiled (both if you use NICE or not), which
slow compilation unnecessarily.

Daniel said he'll come up with something better.

Andrei



More information about the sr-dev mailing list