Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: [gentoo-catalyst] [PATCH 26/37] targets: Explicitly set RUN_DEFAULT_FUNCS="yes"
Date: Wed, 21 Oct 2020 00:24:43
Message-Id: 20201021002344.378131-26-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 01/37] catalyst: Use early return to unindent code by Matt Turner
1 For documentation purposes.
2
3 Signed-off-by: Matt Turner <mattst88@g.o>
4 ---
5 targets/support/pre-kmerge.sh | 2 ++
6 1 file changed, 2 insertions(+)
7
8 diff --git a/targets/support/pre-kmerge.sh b/targets/support/pre-kmerge.sh
9 index a92c436c..0dfc835e 100755
10 --- a/targets/support/pre-kmerge.sh
11 +++ b/targets/support/pre-kmerge.sh
12 @@ -1,5 +1,7 @@
13 #!/bin/bash
14
15 +RUN_DEFAULT_FUNCS="yes"
16 +
17 source /tmp/chroot-functions.sh
18
19 if [[ ${clst_hostarch} == hppa ]]; then
20 --
21 2.26.2