[cmake-developers] [CMake 0012500]: "install/local/fast" target rule is not properly generated

Mantis Bug Tracker mantis at public.kitware.com
Fri Oct 7 04:45:24 EDT 2011


The following issue has been SUBMITTED. 
====================================================================== 
http://www.vtkedge.org/Bug/view.php?id=12500 
====================================================================== 
Reported By:                Guillaume Couteau
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   12500
Category:                   CMake
Reproducibility:            always
Severity:                   feature
Priority:                   low
Status:                     new
====================================================================== 
Date Submitted:             2011-10-07 04:45 EDT
Last Modified:              2011-10-07 04:45 EDT
====================================================================== 
Summary:                    "install/local/fast" target rule is not properly
generated
Description: 
While invoking "make install/local/fast", build checks are done, and should not
if I am not wrong...

Steps to Reproduce: 
Invoke "make install/local/fast" on a project and check its behaviour.

Additional Information: 
install/local/fast is routed to install/local instead of being implemented:
Now, a generated Makefile looks like that:
""...
#Special rule for the target install/local
install/local/fast: install/local
.PHONY : install/local/fast
...""

It could be generated like that:
""...
#Special rule for the target install/local/fast
install/local/fast: preinstall/fast
    @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing
only the local directory..."
    /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
...""
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-10-07 04:45 Guillaume CouteauNew Issue                                    
======================================================================




More information about the cmake-developers mailing list