mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
gmp: remove pregenerated files
This commit is contained in:
parent
e28407e643
commit
07c15ea7db
1 changed files with 7 additions and 2 deletions
|
|
@ -6,12 +6,17 @@ src_prepare() {
|
||||||
default
|
default
|
||||||
|
|
||||||
# Remove bison and flex generated files
|
# Remove bison and flex generated files
|
||||||
rm demos/calc/calc.{c,h} demos/calc/calclex.c
|
rm demos/calc/calc.{c,h} demos/calc/calclex.c \
|
||||||
|
demos/primes.h
|
||||||
|
|
||||||
|
rm mpn/cray/cfp/mulwwc90.s \
|
||||||
|
mpn/cray/cfp/mulwwj90.s \
|
||||||
|
tests/rand/t-rand.c
|
||||||
|
|
||||||
AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi
|
AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi
|
||||||
|
|
||||||
# Pre-built texinfo files
|
# Pre-built texinfo files
|
||||||
find . -name '*.info*' -delete
|
rm doc/*.info*
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue