That certainly looks like a bug. That macro was added to try to get rid
of the __FILE__ macro in the source code. Using __FILE__ and __DATE__
makes it hard to achieve fully reproducible builds where we can verify
build changes by simply comparing the output files.
/Erik
On 2018-06-20 16:30, Martin Buchholz wrote:
While exploring the *.cmdline files created by the build (thank you, those
are very helpful!) I noticed that they all contain
-DTHIS_FILE='""'
Probably there should be an actual file name there.