mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
726f2ba931
When a path contains spaces (or other special characters, probably), gcc escapes them with a \ in the generated .d files. This previously caused problems when parsing these files, causing recompiles to happen even when not needed. This applies a rather simple approach to unescaping these strings, which seems to be sufficient because the file format of the .d files is so predictable (e.g., we don't actually split on colons or spaces when parsing it). |
||
---|---|---|
.. | ||
.settings | ||
format | ||
lib | ||
src | ||
test | ||
test-lib | ||
.classpath | ||
.classpath_macosx | ||
.classpath_vista | ||
.project | ||
build.xml | ||
run-linux.launch |