View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013703CMakeCMakepublic2012-11-19 05:202016-06-10 14:31
ReporterJohannes Wienke 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformLinuxOSLinuxOS Version
Product VersionCMake 2.8.7 
Target VersionFixed in Version 
Summary0013703: Paths with | character create invalid Makefiles
DescriptionIf you are using CMake to generate Makefiles on Linux, the | is a valid character in path names. However, generated Makefiles (e.g. CMakeFiles/*/{depend,build,*}.make) contain invalid rules in these cases:

foo: bar|baz

The | needs to be escaped in this case using a backslash.
TagsNo tags attached.
Attached Files

 Relationships
related to 0013562closedKitware Robot Incorrect Makefiles generated for paths containing '#' 
related to 0013467closedKitware Robot Bug when $ is in the directory path 

  Notes
(0031605)
Brad King (manager)
2012-11-19 08:06

Issues 0013467, 0013562, and 0013703 all require sweeping internal API cleanup to track escaping contexts better.
(0042152)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2012-11-19 05:20 Johannes Wienke New Issue
2012-11-19 08:02 Brad King Relationship added related to 0013562
2012-11-19 08:03 Brad King Relationship added related to 0013467
2012-11-19 08:06 Brad King Note Added: 0031605
2012-11-19 08:06 Brad King Status new => backlog
2016-06-10 14:28 Kitware Robot Note Added: 0042152
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


Copyright © 2000 - 2018 MantisBT Team