[cmake-developers] [CMake 0013562]: Incorrect Makefiles generated for paths containing '#'

Mantis Bug Tracker mantis at public.kitware.com
Fri Sep 28 16:25:03 EDT 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13562 
====================================================================== 
Reported By:                Dave Abrahams
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13562
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-09-28 16:25 EDT
Last Modified:              2012-09-28 16:25 EDT
====================================================================== 
Summary:                    Incorrect Makefiles generated for paths containing
'#'
Description: 
CMake needs to escape literal '#'s with backslashes in rules, *but not in
commands*:

foo\#\#bar.o : foo\#\#bar.c
        cc -c "foo##bar.c" -o "foo##bar.o"

Steps to Reproduce: 
Try building the enclosed
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-09-28 16:25 Dave Abrahams  New Issue                                    
2012-09-28 16:25 Dave Abrahams  File Added: bug.tar.gz                       
======================================================================




More information about the cmake-developers mailing list