MantisBT - CMake
View Issue Details
0012500CMakeCMakepublic2011-10-07 04:452016-06-10 14:31
Guillaume Couteau 
Kitware Robot 
lowfeaturealways
closedmoved 
Unix/Linuxdebianlenny
CMake 2.8.6 
 
0012500: "install/local/fast" target rule is not properly generated
While invoking "make install/local/fast", build checks are done, and should not if I am not wrong...
Invoke "make install/local/fast" on a project and check its behaviour.
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
...""
No tags attached.
Issue History
2011-10-07 04:45Guillaume CouteauNew Issue
2012-08-11 11:38David ColeStatusnew => backlog
2012-08-11 11:38David ColeNote Added: 0030310
2016-06-10 14:28Kitware RobotNote Added: 0041911
2016-06-10 14:28Kitware RobotStatusbacklog => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:28Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0030310)
David Cole   
2012-08-11 11:38   
Sending old, never assigned issues to the backlog.

(The age of the bug, plus the fact that it's never been assigned to anyone means that nobody is actively working on it...)

If an issue you care about is sent to the backlog when you feel it should have been addressed in a different manner, please bring it up on the CMake mailing list for discussion. Sign up for the mailing list here, if you're not already on it: http://www.cmake.org/mailman/listinfo/cmake [^]

It's easy to re-activate a bug here if you can find a CMake developer who has the bandwidth to take it on, and ferry a fix through to our 'next' branch for dashboard testing.
(0041911)
Kitware Robot   
2016-06-10 14:28   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.