Doug Gregor wrote:

IIRC, the "*\fast" targets rebuild something without rebuilding dependencies.


Yeah. If you are e.g. hacking on an executable 'myprog' which links to libraries lib1..libn, 'make myprog/fast' will skip checking whether lib1..libn need rebuilding start from myprog's object files. In certain cases this can be a tremendous convenience.

-t



_______________________________________________
Boost-cmake mailing list
Boost-cmake@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake

Reply via email to