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 09/37] targets: Remove useless sleep 0
Date: Wed, 21 Oct 2020 00:24:14
Message-Id: 20201021002344.378131-9-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 01/37] catalyst: Use early return to unindent code by Matt Turner
1 Signed-off-by: Matt Turner <mattst88@g.o>
2 ---
3 targets/support/netboot-final.sh | 12 ------------
4 1 file changed, 12 deletions(-)
5
6 diff --git a/targets/support/netboot-final.sh b/targets/support/netboot-final.sh
7 index f71e4099..7a26e0f4 100755
8 --- a/targets/support/netboot-final.sh
9 +++ b/targets/support/netboot-final.sh
10 @@ -20,12 +20,6 @@ rmdir ${clst_target_path}/boot
11 # Any post-processing necessary for each architecture can be done here. This
12 # may include things like sparc's elftoaout, x86's PXE boot, etc.
13 case ${clst_hostarch} in
14 - alpha)
15 - sleep 0
16 - ;;
17 - arm)
18 - sleep 0
19 - ;;
20 hppa)
21 # Only one kernel should be there
22 kname=${clst_boot_kernel[0]}
23 @@ -52,11 +46,5 @@ case ${clst_hostarch} in
24 ${piggyback} ${clst_target_path}/${x}-a.out ${clst_target_path}/kernels/misc/System-${x}.map ${clst_target_path}/kernels/misc/${x}.igz
25 done
26 ;;
27 - ia64)
28 - sleep 0
29 - ;;
30 - x86|amd64)
31 - sleep 0
32 - ;;
33 esac
34 exit $?
35 --
36 2.26.2