Re: [PATCH] build: remove more absolute paths from dependency tracking files

2021-02-19 Thread Ian Jackson
Jan Beulich writes ("[PATCH] build: remove more absolute paths from dependency tracking files"): > d6b12add90da ("DEPS handling: Remove absolute paths from references to > cwd") took care of massaging the dependencies of the output file, but > for our passing of -MP t

Re: [for-4.15 PATCH] build: remove more absolute paths from dependency tracking files

2021-02-19 Thread Ian Jackson
Jan Beulich writes ("[PATCH] build: remove more absolute paths from dependency tracking files"): > d6b12add90da ("DEPS handling: Remove absolute paths from references to > cwd") took care of massaging the dependencies of the output file, but > for our passing of -MP t

[PATCH] build: remove more absolute paths from dependency tracking files

2021-02-19 Thread Jan Beulich
d6b12add90da ("DEPS handling: Remove absolute paths from references to cwd") took care of massaging the dependencies of the output file, but for our passing of -MP to the compiler to take effect the same needs to be done on the "phony" rules that the compiler emits. Signed-off-by: Jan Beulich --