On Wed, Aug 19, 2009 at 11:54:18AM -0600, Timothy M. Shead wrote:
> If you are using CMake to generate makefiles, you can run "make clean" 
> in a subdirectory of your build tree, and make will only remove the 
> files for that directory - you can use this to do library-specific 
> cleaning, provided that you've organized your sources so each library 
> has its own directory.

I do not see this behavior. make clean gets rid of object files and
libraries for the project where I run "make clean" and for all that
project's dependencies. All my projects have their own source and binary
directories.

tyler
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to