mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
tar-1.34: remove pregenerated files
This commit is contained in:
parent
e8ba04c141
commit
e58a339ad3
1 changed files with 10 additions and 3 deletions
|
|
@ -8,11 +8,18 @@ src_prepare() {
|
|||
|
||||
. ../../import-gnulib.sh
|
||||
|
||||
# Remove bison pregenerated file
|
||||
rm gnu/parse-datetime.c gnu/parse-datetime-gen.h
|
||||
|
||||
# Gettext translations
|
||||
rm po/*.gmo
|
||||
|
||||
# Docs
|
||||
rm doc/tar.info*
|
||||
|
||||
rm tests/testsuite
|
||||
# We don't have autopoint from gettext yet
|
||||
AUTOPOINT=true AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi
|
||||
|
||||
# Remove bison pregenerated file
|
||||
rm gnu/parse-datetime.c
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue