diff options
Diffstat (limited to 'testing/source/linux-5.11.x/build-all-kernels.sh')
-rwxr-xr-x | testing/source/linux-5.11.x/build-all-kernels.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/source/linux-5.11.x/build-all-kernels.sh b/testing/source/linux-5.11.x/build-all-kernels.sh index 561b8e32..09e684b1 100755 --- a/testing/source/linux-5.11.x/build-all-kernels.sh +++ b/testing/source/linux-5.11.x/build-all-kernels.sh @@ -89,7 +89,6 @@ for recipe in $RECIPES ; do echo "* Building kernels for recipe ${recipe}..." echo "*************************************************" echo - sleep 3 # Build kernel-source package: KERNEL_SOURCE_PACKAGE_NAME=$(PRINT_PACKAGE_NAME=YES KERNEL_CONFIG="config-generic${LOCALVERSION}-${VERSION}${LOCALVERSION}${CONFIG_SUFFIX}" VERSION=$VERSION BUILD=$BUILD ./kernel-source.SlackBuild) |