On Jun 26, 2008 at 14:32, Jan Janak <[EMAIL PROTECTED]> wrote: > 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?
No, I'm not. In case you have not started or looked at it already: you'll need to change the install target in Makefile.modules (e.g. add an install-* targets and a new variables for utils_bin_install, utils_script_install, shared_install or similar). Kind of similar to the main Makefile install-*. Andrei [...] _______________________________________________ Serdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/serdev
