Skip to content

Commit aa02f6c

Browse files
authored
Merge pull request #518 from fosslinux/findutils-regen
findutils: remove pregened files
2 parents 6466cdc + 33ddec3 commit aa02f6c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

steps/SHA256SUMS.pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fc850c6f141717ccece106592f6a8edc0cae0d5e9f0968f111455d00072541b6 diffutils-3.10
4444
c30d11b798f3a6198f339ec98a88f8971c6ec13d5dcb10cb7af780752e97509f e2fsprogs-1.45.7_0.tar.bz2
4545
139af6684f275e362e5c247bb830e85c888aa6c263622c1f3e967b2f71ff38f4 ed-1.4_0.tar.bz2
4646
208759203a1d9dff0662e77c2cb0c403e071a92f64be6f6b9eaa1ff7911b6318 file-5.44_0.tar.bz2
47-
eec07e0d710ed3dd8d0ba6a1ec6ca9f1fa3a611bbb225195435679175317bf90 findutils-4.2.33_0.tar.bz2
47+
f6c65eef86aa9f5317396a8443b25ed87a18f72d07dfd2231a594aa2c1a68942 findutils-4.2.33_0.tar.bz2
4848
0fb7580f81433aaf9f560e796799c0875c33a8ddf1da27ea523f6f895a1797e6 flex-2.5.11_0.tar.bz2
4949
9cb13b1e60c2c860e2f6fb11efffa74646290ef8461fbc43ed6e5ccfc3bd673f flex-2.5.33_0.tar.bz2
5050
9e898068d570b5cfa016f0e14819d7f7a6577bae9177ef1e9bb62866d5b0f0b9 flex-2.6.4_0.tar.bz2

steps/findutils-4.2.33/pass1.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
# SPDX-FileCopyrightText: 2022 Andrius Štikonas <[email protected]>
2-
# SPDX-FileCopyrightText: 2022 fosslinux <[email protected]>
2+
# SPDX-FileCopyrightText: 2022,2025 fosslinux <[email protected]>
33
#
44
# SPDX-License-Identifier: GPL-3.0-or-later
55

66
src_prepare() {
7+
# technically lib/gnulib-version.c is also generated, but it's entirely
8+
# unproblematic
79
. ../../import-gnulib.sh
810

911
default
1012

11-
AUTOMAKE=automake-1.9 ACLOCAL=aclocal-1.9 AUTOM4TE=autom4te-2.61 AUTOCONF=autoconf-2.61 autoreconf-2.61 -f
13+
AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOM4TE=autom4te-2.61 AUTOCONF=autoconf-2.61 autoreconf-2.61 -f
1214

13-
# Pre-built texinfo files
15+
# Pre-built files
1416
rm doc/find.info
17+
rm po/*.gmo
1518
}
1619

1720
src_configure() {

0 commit comments

Comments
 (0)