On Jun 25, 2009 at 10:58, Edson - Lists
<4lists(a)gmail.com> wrote:
[...]
But on the compilation process I notice that
"name" and "cfg_dir" aren't
reflecting command line. I compiled with:
make LOCALBASE=/ MAIN_NAME="sip-router" prefix=/ man_prefix=/usr
Try make cfg LOCALBASE=/ MAIN_NAME="sip-router" prefix=/ man_prefix=/usr
and then make.
Right now there are some config vars. that can be changed only by doing
make cfg (the command line overrides do not work on them). That could be
changed, but then I see little point in doing it (it's not trivial and
then we'd habve to deal with other side-effects, like avoiding building
some part of the code with one name and another part with a different
one, changing makecfg.lst generation a.s.o.).
Thanks for the clarification... now it worked/compiled as expected
Edson.