[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch main updated (6ed66f42c -> 54bbe0b28)
From: |
Andy Wingo |
Subject: |
[Guile-commits] branch main updated (6ed66f42c -> 54bbe0b28) |
Date: |
Tue, 1 Feb 2022 12:27:16 -0500 (EST) |
wingo pushed a change to branch main
in repository guile.
from 6ed66f42c Add -ftlo support
new 9b9149a5b Rework bootstrap to be reproducible
new 9654ab1f2 Fix reproducibility for inlinable-exports
new e933282f2 Prebuild fewer files
new 54bbe0b28 Avoid source properties in psyntax
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 6 +-
am/bootstrap.am | 424 +++++++++++++++++++++-----
configure.ac | 4 +-
meta/build-env.in | 10 +-
meta/uninstalled-env.in | 4 +-
module/Makefile.am | 405 +-----------------------
module/ice-9/psyntax-pp.scm | 225 +++++++-------
module/ice-9/psyntax.scm | 81 +++--
module/language/tree-il/inlinable-exports.scm | 10 +-
module/system/base/optimize.scm | 6 +-
prebuilt/i686-pc-linux-gnu/Makefile.am | 3 +-
prebuilt/mips-unknown-linux-gnu/Makefile.am | 3 +-
prebuilt/x86_64-unknown-linux-gnu/Makefile.am | 3 +-
{bootstrap => stage0}/Makefile.am | 3 +-
{emacs => stage1}/Makefile.am | 10 +-
{emacs => stage2}/Makefile.am | 13 +-
16 files changed, 582 insertions(+), 628 deletions(-)
copy {bootstrap => stage0}/Makefile.am (92%)
copy {emacs => stage1}/Makefile.am (76%)
copy {emacs => stage2}/Makefile.am (72%)
- [Guile-commits] branch main updated (6ed66f42c -> 54bbe0b28),
Andy Wingo <=