mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-21 21:27:44 +01:00
On most systems, "D" (deterministic) is now the default archiving mode, and so specifying "u" will throw a warning that "D" is being used anyway. Jam previously assumed, as it was passing "u", that the timestamps inside .a's were valid when they were actually 0, which was leading to spurious rebuilds of .as. After this change, we assume archives cannot be scanned for timestamps, which should stop the spurious rebuilds of targets on most systems.
…
…
…
…
Description
No description provided
Languages
C
38.1%
C++
21.3%
Makefile
9.1%
Ada
7.7%
D
4.3%
Other
18.8%