From 187eb78b90fafa4695ad8985a62244f0e1770d2a Mon Sep 17 00:00:00 2001 From: fosslinux Date: Fri, 21 Mar 2025 18:13:51 +1100 Subject: [PATCH] coreutils-9.4: remove pregenerated files --- steps/coreutils-9.4/pass1.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/steps/coreutils-9.4/pass1.sh b/steps/coreutils-9.4/pass1.sh index f4690da1..dbd7d994 100755 --- a/steps/coreutils-9.4/pass1.sh +++ b/steps/coreutils-9.4/pass1.sh @@ -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 }