automake-*: remove some pregenerated files

This commit is contained in:
fosslinux 2025-02-08 10:22:59 +11:00
parent 31fbbb11af
commit bae65f193e
4 changed files with 14 additions and 4 deletions

View file

@ -7,6 +7,7 @@ src_prepare() {
default
rm -f doc/amhello-1.0.tar.gz doc/automake.info* doc/aclocal-1.11.1 doc/automake-1.11.1
rm tests/parallel-tests.am
# Building doc often causes race conditions, skip it
awk '/SUBDIRS/{sub("doc ", "", $0)} {print}' Makefile.am > Makefile.am.tmp