From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 430BB1382C5 for ; Mon, 18 Jan 2021 20:22:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B049E07F1; Mon, 18 Jan 2021 20:22:00 +0000 (UTC) Received: from mail-qv1-f47.google.com (mail-qv1-f47.google.com [209.85.219.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73963E07F1 for ; Mon, 18 Jan 2021 20:22:00 +0000 (UTC) Received: by mail-qv1-f47.google.com with SMTP id h13so8128510qvo.1 for ; Mon, 18 Jan 2021 12:22:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=GBCJp9TVeyqG1/bG2LNPK/xJucyS528VUQWjtMelx5s=; b=cL+KJ1LhjlPZFXnlAbio2xbXCgIEtE2g2qiC8N7/H4jX3boMlgCS1qlktboMNKfVNb upVrw1lrNDXanas707Eryi6FY0FuB93wZT27FSBnwM4vJZQuT7hCzzFjU5XF1A8Rj6vb 3dN7EDQW5/OghpGJQkh8hAdHDCgDAcZQgS5LGPSlNZz4iafcTAtw2sTZCyz57p3VtWWL bAoFOLtS5uZuMPg6+P9Gwcs/85sckQxinLhAs+tKsg8et4KeC0alUTRSDtkFu3trBct+ 6+/Jm839VitDOx+7oUP9mq2oVOtyxxrEN7c26K8pEBfZJrvjmdj02kXP0hGGBkqCFRtU MqZA== X-Gm-Message-State: AOAM533p7j8KOTrgIVanwmx96rTjvwi+/ZtQWIsFRELcBt6oFumBCq3s 61Zyxoxsz1HWvCuAqrEyR29nDqCbOvo= X-Google-Smtp-Source: ABdhPJxpGVNnX9Kf57cyUwNCyd+mXcPLfiaKCwgdkExULNe5yc12tDtZBwbmCa+pCpF5YQVNxTupjQ== X-Received: by 2002:a0c:99c8:: with SMTP id y8mr1086336qve.35.1611001319407; Mon, 18 Jan 2021 12:21:59 -0800 (PST) Received: from localhost ([208.104.103.123]) by smtp.gmail.com with ESMTPSA id x49sm11311664qtx.6.2021.01.18.12.21.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 18 Jan 2021 12:21:58 -0800 (PST) From: Matt Turner To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 02/11] targets: Remove some obvious comments Date: Mon, 18 Jan 2021 15:21:43 -0500 Message-Id: <20210118202152.374078-2-mattst88@gentoo.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20210118202152.374078-1-mattst88@gentoo.org> References: <20210118202152.374078-1-mattst88@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: a6795f3e-e8ef-4147-a838-bc89a6760111 X-Archives-Hash: 2c13295e6e467f6e8697bbc2b059efd7 Signed-off-by: Matt Turner --- targets/stage2/controller.sh | 2 -- targets/stage3/controller.sh | 2 -- targets/stage4/controller.sh | 2 -- 3 files changed, 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 -- 2.26.2