View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0007477 | CMake | CMake | public | 2008-08-10 04:35 | 2008-08-16 15:59 | ||||
Reporter | Andreas Pakulat | ||||||||
Assigned To | Alex Neundorf | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | CMake-2-6 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0007477: KDevelop3 generator shouldn't set make binary | ||||||||
Description | Currently the KDevelop3 generator in CMake produces a .kdevelop file that changes the "make binary" entry to read "/usr/bin/make VERBOSE=1". This is wrong, the binary line should only contain the binary itself, not any arguments. The reason this is done is to force the build in kdevelop to provide the full gcc commandlines as plugins in kdevelop need that to provide IDE features like "jump to error". In KDevelop3 there's no way to provide custom arguments to make, but the cmake-generated files also recognize the environment variable "VERBOSE" and that can be set for just the build. So the kdevelop3 generator should set an environment entry for VERBOSE instead of appending it to the make binary entry. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0013044) Alex Neundorf (developer) 2008-08-16 15:59 |
Fixed in HEAD. Alex |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2008-08-10 04:35 | Andreas Pakulat | New Issue | |
2008-08-14 18:13 | Alex Neundorf | Status | new => assigned |
2008-08-14 18:13 | Alex Neundorf | Assigned To | => Alex Neundorf |
2008-08-16 15:59 | Alex Neundorf | Note Added: 0013044 | |
2008-08-16 15:59 | Alex Neundorf | Status | assigned => closed |
2008-08-16 15:59 | Alex Neundorf | Resolution | open => fixed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |