gmp: remove pregenerated files

This commit is contained in:
fosslinux 2025-03-23 22:25:30 +11:00
parent e28407e643
commit 07c15ea7db

View file

@ -6,12 +6,17 @@ src_prepare() {
default default
# Remove bison and flex generated files # Remove bison and flex generated files
rm demos/calc/calc.{c,h} demos/calc/calclex.c rm demos/calc/calc.{c,h} demos/calc/calclex.c \
demos/primes.h
rm mpn/cray/cfp/mulwwc90.s \
mpn/cray/cfp/mulwwj90.s \
tests/rand/t-rand.c
AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi
# Pre-built texinfo files # Pre-built texinfo files
find . -name '*.info*' -delete rm doc/*.info*
} }
src_configure() { src_configure() {