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
======================================================================
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers