mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +01:00
e2fsprogs: remove pregenerated files
This commit is contained in:
parent
6480a03dd9
commit
14731e55e6
1 changed files with 11 additions and 3 deletions
|
|
@ -12,10 +12,8 @@ src_prepare() {
|
||||||
rm config/config.guess config/config.sub config/ltmain.sh
|
rm config/config.guess config/config.sub config/ltmain.sh
|
||||||
libtoolize -i
|
libtoolize -i
|
||||||
|
|
||||||
AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOCONF=autoconf-2.64 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -fi
|
|
||||||
|
|
||||||
# Remove bison parser generated
|
# Remove bison parser generated
|
||||||
rm intl/plural.y
|
rm intl/plural.c
|
||||||
|
|
||||||
# Setup for regeneratation of lib/ext2fs/utf8data.h
|
# Setup for regeneratation of lib/ext2fs/utf8data.h
|
||||||
rm lib/ext2fs/utf8data.h
|
rm lib/ext2fs/utf8data.h
|
||||||
|
|
@ -25,6 +23,16 @@ src_prepare() {
|
||||||
|
|
||||||
# Disable int
|
# Disable int
|
||||||
sed -i "s/@LIBINTL@//" MCONFIG.in
|
sed -i "s/@LIBINTL@//" MCONFIG.in
|
||||||
|
|
||||||
|
# Testfiles
|
||||||
|
rm tests/*/image.* lib/blkid/tests/*.img.bz2
|
||||||
|
rm -r tests/i_qcow
|
||||||
|
rm lib/et/test_cases/*.c lib/et/test_cases/*.h
|
||||||
|
|
||||||
|
# Generated gettext files
|
||||||
|
rm po/*.gmo
|
||||||
|
|
||||||
|
AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOCONF=autoconf-2.64 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue