mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
libtool-2.2.4: remove some pregenerated files+dirs
notably, the tests directories seem to be examples of real world software. they are unnecessary and unauditable so we remove them.
This commit is contained in:
parent
8a3ab450b2
commit
5599846016
1 changed files with 6 additions and 1 deletions
|
|
@ -6,9 +6,14 @@
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default
|
||||||
|
|
||||||
rm -f libltdl/config/ltmain.sh libtool
|
rm -f libltdl/config/ltmain.sh libtool libltdl/m4/ltversion.m4
|
||||||
|
|
||||||
rm -f doc/*.info
|
rm -f doc/*.info
|
||||||
|
rm -f tests/testsuite
|
||||||
|
|
||||||
|
find tests -name configure | while read d; do
|
||||||
|
rm -r "$(dirname "$d")"
|
||||||
|
done
|
||||||
|
|
||||||
AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOM4TE=autom4te-2.61 AUTOCONF=autoconf-2.61 AUTOHEADER=autoheader-2.61 AUTORECONF=autoreconf-2.61 ./bootstrap
|
AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOM4TE=autom4te-2.61 AUTOCONF=autoconf-2.61 AUTOHEADER=autoheader-2.61 AUTORECONF=autoreconf-2.61 ./bootstrap
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue