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.
-- juha