Closed shlomif closed 7 years ago
This is expected behaviour as the VM is timestamped so vmDate.cpp is being compiled and the whole VM then linked. What is the concern?
@russellallen : thanks for the reply.
My reasons for reporting this bug are:
Doing it this way consumes more time and resources.
Normally people expect that the last few make
invocations will not do anything. This is the intuitive behaviour - see https://www.joelonsoftware.com/2001/10/24/user-interface-design-for-programmers/ .
It may break some build systems that rely on such behaviour (don't know).
Thanks shlomif, you are right that a reproducible build of the VM could be useful but for the moment we don't have the bandwidth to do it properly. I'll put this on the someday pile though,
Hi!
On Mageia Linux x86-64 v7, I am getting this:
this is with git master and with
cmake ..
. Please try to reproduce and fix it,