coreutils-9.4: remove pregenerated files

This commit is contained in:
fosslinux 2025-03-21 18:13:51 +11:00
parent e58a339ad3
commit 187eb78b90

View file

@ -11,6 +11,9 @@ regenerate_files() {
touch ChangeLog
cp ../gnulib-bb5bb43/build-aux/po/Makefile.in.in po/Makefile.in.in
rm man/help2man
ln -s /usr/bin/help2man man/
# Remove pregenerated gnulib files
pushd ../gnulib-bb5bb43
rm lib/uniwidth/width*.h
@ -23,6 +26,8 @@ regenerate_files() {
VERSION=$(basename "${BASH_SOURCE[0]}" .sh | sed 's/coreutils-//')
echo "$VERSION" > .tarball-version
rm gl/tests/test-rand-isaac.c
# We don't have autopoint from gettext yet.
AUTOPOINT=true AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi
}