Changes between Initial Version and Version 1 of Ticket #564


Ignore:
Timestamp:
Jun 26, 2012, 2:03:39 PM (12 years ago)
Author:
mloskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #564

    • Property Keywords cmake added
    • Property Version 3.3.4svn-trunk
    • Property Summary [CMAKE] Add distclean targetAdd distclean target to CMake build
  • Ticket #564 – Description

    initial v1  
    11Comment(by mloskot):
    22
    3  [http://www.cmake.org/Wiki/CMake_FAQ CMake does not generate a "make distclean" target. Why?]
     3[http://www.cmake.org/Wiki/CMake_FAQ CMake does not generate a "make distclean" target. Why?]
    44
    5  [http://www.cmake.org/Bug/view.php?id=6647 0006647: A "distclean" target that removes ALL CMake generated files] - open feature request
     5[http://www.cmake.org/Bug/view.php?id=6647 0006647: A "distclean" target that removes ALL CMake generated files] - open feature request
    66
    7 If we're die hard after distclean target, we can have it quickly based on [http://www.cmake.org/pipermail/cmake/2003-June/003953.html custom distclean target] 
     7If we're die hard after distclean target, we can have it quickly based on [http://www.cmake.org/pipermail/cmake/2003-June/003953.html custom distclean target]
    88
    99like the one used by pgRouting:
    1010                                         
    11  [https://github.com/pgRouting/pgrouting/blob/master/cmake/TargetDistclean.cmake TargetDistclean.cmake]           
     11[https://github.com/pgRouting/pgrouting/blob/master/cmake/TargetDistclean.cmake TargetDistclean.cmake]
     12
     13However, I'm not convinced it is necessary to have distclean target. User's voice would help to decide.