On May 28, 2009 at 21:33, Juha Heinanen <jh(a)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