View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007477CMakeCMakepublic2008-08-10 04:352008-08-16 15:59
ReporterAndreas Pakulat 
Assigned ToAlex Neundorf 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0007477: KDevelop3 generator shouldn't set make binary
DescriptionCurrently 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.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0013044)
Alex Neundorf (developer)
2008-08-16 15:59

Fixed in HEAD.

Alex


 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


Copyright © 2000 - 2018 MantisBT Team