aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-01-17 19:23:14 -0500
committerMatt Turner <mattst88@gentoo.org>2021-01-17 22:27:41 -0500
commit988687c88d449845483f7d33b0851b6240b3085c (patch)
treee80c96f5586b55e946a4781cd90908193b5fe5b7
parenttargets: Remove unused 'enter' command (diff)
downloadcatalyst-988687c88d449845483f7d33b0851b6240b3085c.tar.gz
catalyst-988687c88d449845483f7d33b0851b6240b3085c.tar.bz2
catalyst-988687c88d449845483f7d33b0851b6240b3085c.zip
targets: Remove some obvious comments
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rwxr-xr-xtargets/stage2/controller.sh2
-rwxr-xr-xtargets/stage3/controller.sh2
-rwxr-xr-xtargets/stage4/controller.sh2
3 files changed, 0 insertions, 6 deletions
diff --git a/targets/stage2/controller.sh b/targets/stage2/controller.sh
index fa5592e1..8ee51a5b 100755
--- a/targets/stage2/controller.sh
+++ b/targets/stage2/controller.sh
@@ -2,8 +2,6 @@
source ${clst_shdir}/support/functions.sh
-# Only put commands in this section that you want every target to execute.
-# This is a global default file and will affect every target
case $1 in
run)
shift
diff --git a/targets/stage3/controller.sh b/targets/stage3/controller.sh
index f4a3c7a1..63f245a8 100755
--- a/targets/stage3/controller.sh
+++ b/targets/stage3/controller.sh
@@ -2,8 +2,6 @@
source ${clst_shdir}/support/functions.sh
-# Only put commands in this section that you want every target to execute.
-# This is a global default file and will affect every target
case $1 in
run)
shift
diff --git a/targets/stage4/controller.sh b/targets/stage4/controller.sh
index ee078f60..0c40145e 100755
--- a/targets/stage4/controller.sh
+++ b/targets/stage4/controller.sh
@@ -2,8 +2,6 @@
source ${clst_shdir}/support/functions.sh
-# Only put commands in this section that you want every target to execute.
-# This is a global default file and will affect every target
case $1 in
pre-kmerge)
# Sets up the build environment before any kernels are compiled