mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 08:45:23 +01:00
bc: remove pregenerated files
This commit is contained in:
parent
01257b3b0c
commit
b96c19188f
1 changed files with 3 additions and 3 deletions
|
|
@ -3,12 +3,12 @@
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
# Remove bison generated files
|
# Remove bison/flex generated files
|
||||||
rm bc/bc.c bc/bc.h
|
rm bc/bc.c bc/bc.h bc/scan.c
|
||||||
rm bc/scan.c
|
|
||||||
|
|
||||||
# Skip documentation
|
# Skip documentation
|
||||||
sed -i 's/ doc//' Makefile.am
|
sed -i 's/ doc//' Makefile.am
|
||||||
|
rm doc/*.info
|
||||||
|
|
||||||
# Rebuild configure script
|
# Rebuild configure script
|
||||||
AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi
|
AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue