- Notifications
You must be signed in to change notification settings - Fork5
Commit4af3dda
committed
Preserve intermediate .c files in coverage mode
The introduction of the .y -> .c pattern rule causes some .c files suchas bootparse.c to be considered intermediate files in the .y -> .c -> .orule chain, which make would automatically delete. But in coveragemode, the processing tools such as genhtml need those files, so markthem as "precious" so that make preserves them.1 parent6868ed7 commit4af3dda
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
329 | 329 |
| |
330 | 330 |
| |
331 | 331 |
| |
| 332 | + | |
| 333 | + | |
332 | 334 |
| |
333 | 335 |
| |
334 | 336 |
| |
|
0 commit comments
Comments
(0)