mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-18 12:28:37 +01:00
2671c4b959
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. |
||
---|---|---|
autoconf | ||
binutils | ||
gcc | ||
jam | ||
legacy | ||
libtool | ||
.gitignore | ||
build-gcc2-package-Haiku.sh | ||
build-gcc4-optional-package-Haiku.sh | ||
INSTALL-as-haiku-cross-compiler-on-LINUX | ||
INSTALL-gcc2-from-source-Haiku | ||
INSTALL-gcc4-from-source-Haiku |