live-bootstrap/steps/flex-2.5.11/pass1.sh
2025-02-08 11:38:30 +11:00

17 lines
321 B
Bash
Executable file

# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
# When we rebuild flex it no longer needs patching
# and can use simplified makefile
src_prepare() {
default
rm -r to.do
touch config.h
}
src_compile() {
make -j1 PREFIX="${PREFIX}"
}