Files
CMake/Source
Brad King b11323f1e4 Ninja: Fix depfile binding with spaces in path
In build statements we use a single `DEP_FILE = ...` binding that is
shared between `depfile = $DEP_FILE` and `command = ... $DEP_FILE ...`
bindings in the corresponding rule.  In cases that the command's shell
argument needs quoting, add a separate `depfile = ...` binding to the
build statement to express the depfile path without quoting.  Otherwise
`ninja` tries to open a file path that contains literal quotes.

Fixes: #26287
2024-09-13 09:04:32 -04:00
..
2024-07-29 13:14:41 -04:00
2022-01-21 10:59:13 -05:00
2024-08-28 14:13:05 -04:00
2024-07-30 10:27:03 -04:00
2024-08-26 09:48:40 -04:00
2024-09-12 00:01:14 -04:00
2019-07-21 09:25:32 +02:00
2024-08-02 00:14:57 +02:00
2021-09-21 17:14:04 +02:00
2024-03-08 09:49:03 -05:00
2024-09-05 09:20:23 -04:00
2024-08-19 15:10:34 -04:00
2024-03-17 19:05:37 -04:00
2024-02-09 08:58:46 -05:00