This commit is contained in:
2026-03-20 11:18:42 +01:00
parent d0c590c185
commit 0d041913be
4 changed files with 122 additions and 73 deletions

View File

@@ -4,7 +4,7 @@
# ============================================================================
# Purpose: Cross-compile the M4 macro processor. Required by Bison and
# other packages that process m4 macros.
# Inputs: ${LFS}/sources/m4-1.4.20.tar.xz
# Inputs: ${LFS}/sources/m4-1.4.21.tar.xz
# Outputs: m4 binary in ${LFS}/usr/
# Assumes: Cross-toolchain (Ch.5) complete
# Ref: LFS 13.0 §6.2
@@ -14,7 +14,7 @@ set -euo pipefail
source "${LFS}/sources/darkforge-env.sh"
PACKAGE="m4"
VERSION="1.4.20"
VERSION="1.4.21"
SRCDIR="${LFS}/sources"
echo "=== Building ${PACKAGE}-${VERSION} (Temporary Tool) ==="