Re: [PATCH] gcc/d: give dependency files better filenames

2025-01-13 Thread Rainer Orth
Arsen Arsenović writes: > Regstrapped on x86_64-pc-linux-gnu. I've also checked the generated > dependency files are correct by hand and "instrumented" the build to > fail if two dependency files are the same, by doing the following: > > DPOSTCOMPILE = ! test -f $(DEPFILE).Po && mv ... > > ...

[PATCH] gcc/d: give dependency files better filenames

2025-01-12 Thread Arsen Arsenović
Regstrapped on x86_64-pc-linux-gnu. I've also checked the generated dependency files are correct by hand and "instrumented" the build to fail if two dependency files are the same, by doing the following: DPOSTCOMPILE = ! test -f $(DEPFILE).Po && mv ... ... and confirmed no further conflicts of