MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012500 | CMake | CMake | public | 2011-10-07 04:45 | 2016-06-10 14:31 |
| Reporter | Guillaume Couteau | ||||
| Assigned To | Kitware Robot | ||||
| Priority | low | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | Unix/Linux | OS | debian | OS Version | lenny |
| Product Version | CMake 2.8.6 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0012500: "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 ..."" | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-10-07 04:45 | Guillaume Couteau | New Issue | |||
| 2012-08-11 11:38 | David Cole | Status | new => backlog | ||
| 2012-08-11 11:38 | David Cole | Note Added: 0030310 | |||
| 2016-06-10 14:28 | Kitware Robot | Note Added: 0041911 | |||
| 2016-06-10 14:28 | Kitware Robot | Status | backlog => resolved | ||
| 2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||