Skip to content

Commit 14731e5

Browse files
committed
e2fsprogs: remove pregenerated files
1 parent 6480a03 commit 14731e5

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

steps/e2fsprogs-1.45.7/pass1.sh

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ src_prepare() {
1212
rm config/config.guess config/config.sub config/ltmain.sh
1313
libtoolize -i
1414

15-
AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOCONF=autoconf-2.64 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -fi
16-
1715
# Remove bison parser generated
18-
rm intl/plural.y
16+
rm intl/plural.c
1917

2018
# Setup for regeneratation of lib/ext2fs/utf8data.h
2119
rm lib/ext2fs/utf8data.h
@@ -25,6 +23,16 @@ src_prepare() {
2523

2624
# Disable int
2725
sed -i "s/@LIBINTL@//" MCONFIG.in
26+
27+
# Testfiles
28+
rm tests/*/image.* lib/blkid/tests/*.img.bz2
29+
rm -r tests/i_qcow
30+
rm lib/et/test_cases/*.c lib/et/test_cases/*.h
31+
32+
# Generated gettext files
33+
rm po/*.gmo
34+
35+
AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOCONF=autoconf-2.64 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -fi
2836
}
2937

3038
src_configure() {

0 commit comments

Comments
 (0)