Reed Hedges wrote: > It looks like the 'install' build rule depends on everything. Is there a > way to only install what was built? e.g. if I only ran "jam libs > renderers install" then it would only build and install the core > libraries, and the renderer plugins. Or, is there a way to selectively > install components? E.g. I could run "jam libs renderers install-libs > install-renderers)?
The 'install' targets always build the other targets upon which they depend. There is no functionality for installing only those targets already built. There are some high-level installation targets (install_bin, install_plugin, install_lib, install_include, install_data, install_config, install_doc) which you can invoke individually, but, as noted, they will build their dependencies automatically before installation. -- ES ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
