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 02/11] targets: Remove some obvious comments
Date: Mon, 18 Jan 2021 20:22:01
Message-Id: 20210118202152.374078-2-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 01/11] targets: Remove unused 'enter' command by Matt Turner
1 Signed-off-by: Matt Turner <mattst88@g.o>
2 ---
3 targets/stage2/controller.sh | 2 --
4 targets/stage3/controller.sh | 2 --
5 targets/stage4/controller.sh | 2 --
6 3 files changed, 6 deletions(-)
7
8 diff --git a/targets/stage2/controller.sh b/targets/stage2/controller.sh
9 index fa5592e1..8ee51a5b 100755
10 --- a/targets/stage2/controller.sh
11 +++ b/targets/stage2/controller.sh
12 @@ -2,8 +2,6 @@
13
14 source ${clst_shdir}/support/functions.sh
15
16 -# Only put commands in this section that you want every target to execute.
17 -# This is a global default file and will affect every target
18 case $1 in
19 run)
20 shift
21 diff --git a/targets/stage3/controller.sh b/targets/stage3/controller.sh
22 index f4a3c7a1..63f245a8 100755
23 --- a/targets/stage3/controller.sh
24 +++ b/targets/stage3/controller.sh
25 @@ -2,8 +2,6 @@
26
27 source ${clst_shdir}/support/functions.sh
28
29 -# Only put commands in this section that you want every target to execute.
30 -# This is a global default file and will affect every target
31 case $1 in
32 run)
33 shift
34 diff --git a/targets/stage4/controller.sh b/targets/stage4/controller.sh
35 index ee078f60..0c40145e 100755
36 --- a/targets/stage4/controller.sh
37 +++ b/targets/stage4/controller.sh
38 @@ -2,8 +2,6 @@
39
40 source ${clst_shdir}/support/functions.sh
41
42 -# Only put commands in this section that you want every target to execute.
43 -# This is a global default file and will affect every target
44 case $1 in
45 pre-kmerge)
46 # Sets up the build environment before any kernels are compiled
47 --
48 2.26.2