mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +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
|
||||
|
||||
src_prepare() {
|
||||
# Remove bison generated files
|
||||
rm bc/bc.c bc/bc.h
|
||||
rm bc/scan.c
|
||||
# Remove bison/flex generated files
|
||||
rm bc/bc.c bc/bc.h bc/scan.c
|
||||
|
||||
# Skip documentation
|
||||
sed -i 's/ doc//' Makefile.am
|
||||
rm doc/*.info
|
||||
|
||||
# Rebuild configure script
|
||||
AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue