wip
This commit is contained in:
@@ -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) ==="
|
||||
|
||||
Reference in New Issue
Block a user