[Insight-users] make clean.

Karthik Krishnan Karthik.Krishnan at kitware.com
Thu Sep 22 19:42:39 EDT 2005


If you are running into this problem cause you are doing an insource 
build, please stop. Do an out of source build.


And "make clean "
does remove all the generated object files and executables . What it 
doesn't delete the cmake caches etc...

If you want to delete them as well.. simply delete the entire binary 
directory... :)

You might find the following useful too
"make edit_cache",                         ( which is equivalent to 
ccmake . )
"make rebuild_cache"                    ( which is equivalent to cmake . )

-karthik

Kalpathi Subramanian wrote:

>
> I was trying out a simple example -
>
> running
>
> make clean
>
> seems to do nothing. I am able to build the HelloWorld example, but
> cant clean up  and rerun cmake..
>
>     == krs
>


More information about the Insight-users mailing list