By the way, I was thinking about implementing support for the install target in module makefiles, so that we can install, for example, mysql support files (my_create.sql, my_data.sql, my_drop.sql, ser_mysql.sh) only when the mysql module is compiled and installed.
I just wanted to make sure that you are not working on it so that we don't do the same thing twice? Jan. Andrei Pelinescu-Onciul wrote: > On Jun 26, 2008 at 13:15, Jan Janak <[EMAIL PROTECTED]> 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 _______________________________________________ Serdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/serdev
