mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
coreutils-9.4: remove pregenerated files
This commit is contained in:
parent
e58a339ad3
commit
187eb78b90
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue