commit: cfef36af3f81f40d6d7d3ee45aa2b631253fc35a
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 05:11:23 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 19:19:06 2020 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=cfef36af
targets: Remove some disabled debugging messages
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
targets/support/kmerge.sh | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
index bcc83cd6..3d7f697a 100755
--- a/targets/support/kmerge.sh
+++ b/targets/support/kmerge.sh
@@ -66,8 +66,7 @@ setup_gk_args() {
genkernel_compile(){
setup_gk_args
- #echo "The GK_ARGS are"
- #echo ${GK_ARGS[@]}
+
export clst_kernel_merge
export clst_initramfs_overlay
# Build our list of kernel packages
@@ -146,7 +145,6 @@ then
STR2=$(for i in ${clst_kernel_use}; do echo $i; done|sort)
if [ "${STR1}" = "${STR2}" ]
then
- #echo "USE Flags match"
USE_MATCH=1
else
[ -d /tmp/kerncache/${clst_kname}/ebuilds ] && \
@@ -163,7 +161,6 @@ then
STR2=${clst_kextraversion}
if [ "${STR1}" = "${STR2}" ]
then
- #echo "EXTRAVERSION match"
EXTRAVERSION_MATCH=1
fi
fi