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 19/37] targets: Remove unnecessary unset USE
Date: Wed, 21 Oct 2020 00:24:30
Message-Id: 20201021002344.378131-19-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 01/37] catalyst: Use early return to unindent code by Matt Turner
1 Dead code since 2008.
2
3 Fixes: 454c1682 ("Rather than using the environment, we write out our USE to make.conf ...")
4 Signed-off-by: Matt Turner <mattst88@g.o>
5 ---
6 targets/support/kmerge.sh | 1 -
7 1 file changed, 1 deletion(-)
8
9 diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
10 index d65b8142..4f82a01f 100755
11 --- a/targets/support/kmerge.sh
12 +++ b/targets/support/kmerge.sh
13 @@ -245,7 +245,6 @@ fi
14 genkernel_compile
15
16 sed -i "/USE=\"\${USE} ${kernel_use} \"/d" ${clst_make_conf}
17 -unset USE
18
19 if [ -n "${clst_KERNCACHE}" ]
20 then
21 --
22 2.26.2