Commit 28f242e
committed
Dependency parsing: if a file is not found trigger a full rebuild
The missing file is probably due to a parsing error, better to trigger a
rebuild in this case instead of exiting with an error.
This is a quick workaround, the full solution is to properly parse .d
files.
Fix #136
Signed-off-by: Cristian Maglie <c.maglie@arduino.cc>1 parent 9157be6 commit 28f242e
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
226 | 228 | | |
227 | 229 | | |
228 | 230 | | |
| |||
0 commit comments