commit: 187eb78b90fafa4695ad8985a62244f0e1770d2a
parent e58a339ad30452c325f70a51cc58d744a6a593b9
Author: fosslinux <fosslinux@aussies.space>
Date: Fri, 21 Mar 2025 18:13:51 +1100
coreutils-9.4: remove pregenerated files
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git 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
}