Skip to content

Commit 187eb78

Browse files
committed
coreutils-9.4: remove pregenerated files
1 parent e58a339 commit 187eb78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

steps/coreutils-9.4/pass1.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ regenerate_files() {
1111
touch ChangeLog
1212
cp ../gnulib-bb5bb43/build-aux/po/Makefile.in.in po/Makefile.in.in
1313

14+
rm man/help2man
15+
ln -s /usr/bin/help2man man/
16+
1417
# Remove pregenerated gnulib files
1518
pushd ../gnulib-bb5bb43
1619
rm lib/uniwidth/width*.h
@@ -23,6 +26,8 @@ regenerate_files() {
2326
VERSION=$(basename "${BASH_SOURCE[0]}" .sh | sed 's/coreutils-//')
2427
echo "$VERSION" > .tarball-version
2528

29+
rm gl/tests/test-rand-isaac.c
30+
2631
# We don't have autopoint from gettext yet.
2732
AUTOPOINT=true AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi
2833
}

0 commit comments

Comments
 (0)