[Serdev] CVS:commitlog: sip_router Makefile.libs Makefile.modules sip_router/utils/gen_ha1 Makefile
Andrei Pelinescu-Onciul
andrei at iptel.org
Thu Jun 26 14:26:51 CEST 2008
On Jun 26, 2008 at 13:15, Jan Janak <jan at iptel.org> wrote:
> One more thing I discovered just now, for some reason some
> modules/libraries get recompiled every time I run make install (and they
> were already compiled and not touched). This is true for dialog,
> presence_b2b, print_lib, rr, xcap. Looking at the list it is probably
> the modules that depend on shared libraries.
>
> You can reproduce it by
> sudo make mode=debug install prefix=/ser
They should be only re-linked and not re-compiled (the installed lib has
a different run path and so the module should be re-linked).
Anyway I'm working right now on experimental make cfg support
(e.g: make cfg include_modules=mysql ; make all; make clean ....) and
once I manage to make it work, I'll have a look at the other problems.
Andrei
More information about the Serdev
mailing list