Skip to content

Commit bae65f1

Browse files
committed
automake-*: remove some pregenerated files
1 parent 31fbbb1 commit bae65f1

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

steps/SHA256SUMS.pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ f095fe12baf0d5899d8a5a6b735da014f8e087ff5cf5183e03b6c0b454be2f30 autogen-5.18.1
1313
02a426e82a52d4a2cd7e73fe3dc5a2c58b3ed100f24a92c57e42511fd86e247c automake-1.10.3_0.tar.bz2
1414
34925adeaa2876a5e068adeb17b71fe7c7105244c3cb5439d33f7406310674da automake-1.11.2_0.tar.bz2
1515
7e36e9e4b3957c95b6de8ff475c9b37aa007e2f9735b01c0eaf14b711fdd112f automake-1.15.1_0.tar.bz2
16-
57100612d902537b72ee2fd3dfecc903f2ea3959f1a480af87c6a1ef9a9d7c03 automake-1.16.3_0.tar.bz2
16+
a7f8c17dbc6e4ec5ff0186a0ddf2266a23c1579321c52c2faf8e11fafa232281 automake-1.16.3_0.tar.bz2
1717
1c7e09ac08f156960420fca1f6e8560c1855bf01b001a0648b56153d6ceb9c28 automake-1.6.3_0.tar.bz2
1818
444131776779d1f27628088a817bfb8c9aa85f4b036b934794a71e484ec9bd70 automake-1.6.3_1.tar.bz2
1919
ef08694bf8e78ffcf56f9c8a63b0f189e301c06f02ab240e15e4c7fe354c2a0d automake-1.7_0.tar.bz2

steps/automake-1.11.2/pass1.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ src_prepare() {
77
default
88

99
rm -f doc/amhello-1.0.tar.gz doc/automake.info* doc/aclocal-1.11.1 doc/automake-1.11.1
10+
rm tests/parallel-tests.am
1011

1112
# Building doc often causes race conditions, skip it
1213
awk '/SUBDIRS/{sub("doc ", "", $0)} {print}' Makefile.am > Makefile.am.tmp

steps/automake-1.15.1/pass1.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
src_prepare() {
77
default
88

9-
rm doc/amhello-1.0.tar.gz
9+
rm doc/amhello-1.0.tar.gz doc/automake-history.info doc/automake.info*
10+
grep "DO NOT EDIT BY HAND" -r t -l | while read f; do
11+
rm "$f"
12+
done
1013

1114
# Building doc often causes race conditions, skip it
1215
sed -i '/doc\/Makefile.inc/d' Makefile.am
1316
sed -i '/t\/Makefile.inc/d' Makefile.am
1417

1518
AUTOCONF="autoconf-2.69 -f" AUTOM4TE=autom4te-2.69 ./bootstrap
16-
17-
rm doc/automake-history.info doc/automake.info*
1819
}
1920

2021
src_configure() {

steps/automake-1.16.3/pass1.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <[email protected]>
2+
# SPDX-FileCopyrightText: 2025 fosslinux <[email protected]>
23
#
34
# SPDX-License-Identifier: GPL-3.0-or-later
45

56
src_prepare() {
7+
# Disable amhello, it is not reproducible
8+
rm doc/amhello-1.0.tar.gz
9+
sed -i "/^dist_doc_DATA =/d" doc/local.mk
10+
611
AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 AUTOCONF=autoconf-2.69 AUTOM4TE=autom4te-2.69 ./bootstrap
712

813
rm doc/automake-history.info doc/automake.info*
14+
grep "DO NOT EDIT BY HAND" -r t -l | while read f; do
15+
rm "$f"
16+
done
917

1018
cp "${PREFIX}/bin/help2man" doc/
1119
}

0 commit comments

Comments
 (0)