From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 08A3B3858C2D for ; Thu, 2 Nov 2023 08:41:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 08A3B3858C2D Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 08A3B3858C2D Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:470:ea4a:1:5054:ff:fec7:86e4 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1698914488; cv=none; b=OC0ILAjxEWWcXWpCAOkJhYSIIJuABLhnpNgTEtV7p3yelfryBJqrV5JHib9HwEzDMuDC+hjVp0SXaIRvDlpUkofLRqOTWnuTCgDnELTXC7BogDoAGyAOI9ENMqgMJ/ffodZ4L7VmJLP5e7O/uA9/7x4FrSzqk5nTS1ZgoIpn2kI= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1698914488; c=relaxed/simple; bh=9Tk87XZmWR4GKgSWb2n9V/LL0BHKT2Bri0chcm6aQKQ=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=T3nyLKj1/AeEcwIHjgA6BWVx0zsS/+htv1awhvVO1z8WQnDlRpsXSB4AmcPQN2HvocxnvfyoPXDHeKnQMa0j7y5yUs2SSFoUllFLrXxFFTlMkSBpwE13dobY/HfKPKpy2oj1BEjmar3uu/LwT6mda1+uL3wfIY0f6K9eKZLySQw= ARC-Authentication-Results: i=1; server2.sourceware.org From: Sam James To: gcc-patches@gcc.gnu.org Cc: Sam James Subject: [PATCH 4/4] maintainer-scripts/gcc_release: cleanup whitespace Date: Thu, 2 Nov 2023 08:39:08 +0000 Message-ID: <20231102084058.1142941-4-sam@gentoo.org> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231102084058.1142941-1-sam@gentoo.org> References: <20231102084058.1142941-1-sam@gentoo.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-10.0 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,KAM_SHORT,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: maintainer-scripts/ * gcc_release: Cleanup whitespace. Signed-off-by: Sam James --- maintainer-scripts/gcc_release | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index cf6a5731c609..965163b65b74 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -153,7 +153,7 @@ build_sources() { # Update this ChangeLog file only if it does not yet contain the # entry we are going to add. (This is a safety net for repeated # runs of this script for the same release.) - if ! grep "GCC ${RELEASE} released." ${SOURCE_DIRECTORY}/${x} > /dev/null ; then + if ! grep "GCC ${RELEASE} released." ${SOURCE_DIRECTORY}/${x} > /dev/null ; then cat - ${SOURCE_DIRECTORY}/${x} > ${SOURCE_DIRECTORY}/${x}.new <The GCC Project makes periodic snapshots of the GCC source tree available to the public for testing purposes.

- +

If you are planning to download and use one of our snapshots, then we highly recommend you join the GCC developers list. Details for how to sign up can be found on the GCC project home page.

@@ -484,7 +484,7 @@ how to sign up can be found on the GCC project home page.

with the following options: "git://gcc.gnu.org/git/gcc.git branch ${GITBRANCH} revision ${GITREV}"

" > ${SNAPSHOT_INDEX} - + snapshot_print gcc-${RELEASE}.tar.xz "Complete GCC" echo \ @@ -554,7 +554,7 @@ FTP_PATH=/var/ftp/pub/gcc # The directory in which snapshots will be placed. SNAPSHOTS_DIR=${FTP_PATH}/snapshots -# The major number for the release. For release `3.0.2' this would be +# The major number for the release. For release `3.0.2' this would be # `3' RELEASE_MAJOR="" # The minor number for the release. For release `3.0.2' this would be @@ -566,7 +566,7 @@ RELEASE_REVISION="" # The complete name of the release. RELEASE="" -# The name of the branch from which the release should be made, in a +# The name of the branch from which the release should be made, in a # user-friendly form. BRANCH="" -- 2.42.0