live-bootstrap/steps/gawk-5.3.0/pass1.sh
2025-10-17 18:53:10 +11:00

17 lines
292 B
Bash

# SPDX-FileCopyrightText: 2024 Samuel Tyler <samuel@samuelt.me>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
default
# texinfo
rm doc/*.info
# bison
rm awkgram.c command.c
}
src_configure() {
CFLAGS="-std=gnu11" ./configure --prefix="${PREFIX}"
}