Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: targets/support/
Date: Thu, 29 Oct 2020 21:00:43
Message-Id: 1603177803.9e8a99b1ac019f032d2e4e163c41ea88edd79803.mattst88@gentoo
1 commit: 9e8a99b1ac019f032d2e4e163c41ea88edd79803
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 19 22:40:34 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 20 07:10:03 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=9e8a99b1
7
8 targets: Explicitly set RUN_DEFAULT_FUNCS="yes"
9
10 For documentation purposes.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 targets/support/pre-kmerge.sh | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/targets/support/pre-kmerge.sh b/targets/support/pre-kmerge.sh
18 index a92c436c..0dfc835e 100755
19 --- a/targets/support/pre-kmerge.sh
20 +++ b/targets/support/pre-kmerge.sh
21 @@ -1,5 +1,7 @@
22 #!/bin/bash
23
24 +RUN_DEFAULT_FUNCS="yes"
25 +
26 source /tmp/chroot-functions.sh
27
28 if [[ ${clst_hostarch} == hppa ]]; then