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
======================================================================
--
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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers