Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 59 by
tnagy1...@gmail.com: fabricate misses dependencies when
files
https://code.google.com/p/fabricate/issues/detail?id=59
Use a file with a double quote character in it:
sources = ['main', 'quot"quot']
The build will work but the .deps file will contain no dependencies for it:
"gcc -c quot\\\"quot.c": {
".": "input-5058f1af8388633f609cadb75a75dc9d"
},
The patch in attachment will have the correct dependencies returned:
"gcc -c quot\\\"quot.c": {
".": "input-5058f1af8388633f609cadb75a75dc9d",
"quot\"quot.c": "input-bebd705168971749fb60d1a52f6bc5af",
"quot\"quot.o": "output-6cf3f4efada622e871113ce385de7de1"
},
Attachments:
0001-Return-correct-dependencies-when-file-names-contain-.patch 2.5 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings