is there a method to 'uninstall' ?

Brad King brad.king at kitware.com
Tue Jan 31 16:21:48 CET 2006


David Faure wrote:
> On Tuesday 31 January 2006 13:30, Laurent Montel wrote:
> 
>>Hi,
>>is there a method to make 'make uninstall' ?
> 
> 
> In which build system? ;-) 

FYI, if this has not been done for KDE's CMake code it is easy to add an 
uninstall target with CMake:

http://www.cmake.org/Wiki/CMake_FAQ#Can_I_do_make_uninstall_with_CMake.3F

Basically CMake's "install" target records a manifest of the whole 
installation which makes it easy to traverse the list and remove the files.

-Brad


More information about the Kde-buildsystem mailing list