We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01257b3 commit b96c191Copy full SHA for b96c191
steps/bc-1.07.1/pass1.sh
@@ -3,12 +3,12 @@
3
# SPDX-License-Identifier: GPL-3.0-or-later
4
5
src_prepare() {
6
- # Remove bison generated files
7
- rm bc/bc.c bc/bc.h
8
- rm bc/scan.c
+ # Remove bison/flex generated files
+ rm bc/bc.c bc/bc.h bc/scan.c
9
10
# Skip documentation
11
sed -i 's/ doc//' Makefile.am
+ rm doc/*.info
12
13
# Rebuild configure script
14
AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi
0 commit comments