From patchwork Mon Jun 5 07:30:17 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maya Rashish X-Patchwork-Id: 771110 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wh61m6pGjz9s3w for ; Mon, 5 Jun 2017 17:31:07 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="CFTf3S//"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=hPFgfnRMcphqEllEYJ0npw9nxI1H/txN8mlXYX2kLwTpJsnaHkRAd /VRz6L7OUp01HRW8PowHG5lkgljoL1aDGzt/NBy0/Z1I8eIUhvn3gXn1QvNjTiSa 18Az/tSxaYgd2KCTMlXJcQy+WdhWuOekdJ0Z3IRreRpXgy8Z3WMGpg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=dE4slXT0nEKGVdm4CMsBtI5QdF4=; b=CFTf3S//EkRq8pb7DeQs SUCNg0zx6pH20YtuHhLZnUcr1t+UXl2curD7pyYnqgPuw4QB052l1oh1rRGVOctt 5M1XTvF/wgpYxSw7Cc+x5fuHr4e5wzzzroxW5laYfRq0zIfqm/2/ZjtecYJ5olKG xQAGQyo5iFJu3u7/PXgtmB0= Received: (qmail 55519 invoked by alias); 5 Jun 2017 07:30:47 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 55121 invoked by uid 89); 5 Jun 2017 07:30:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-23.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=H*r:8.12.8, Hx-languages-length:623 X-HELO: mx.sdf.org Received: from ol.sdf.org (HELO mx.sdf.org) (205.166.94.20) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 05 Jun 2017 07:30:19 +0000 Received: from sdf.org (IDENT:coypu@sdf.lonestar.org [205.166.94.15]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id v557UH1q027919 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO) for ; Mon, 5 Jun 2017 07:30:17 GMT Received: (from coypu@localhost) by sdf.org (8.15.2/8.12.8/Submit) id v557UHG1003690 for gcc-patches@gcc.gnu.org; Mon, 5 Jun 2017 07:30:17 GMT Date: Mon, 5 Jun 2017 07:30:17 +0000 From: coypu To: gcc-patches@gcc.gnu.org Subject: [PATCH 1/1] Remove redundant definition of srcrootpre Message-ID: <20170605073016.GA7935@SDF.ORG> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.8.0 (2017-02-23) This script has the only occurrence of it, and in this line it defines and exports it. --- config-ml.in | 1 - 1 file changed, 1 deletion(-) diff --git a/config-ml.in b/config-ml.in index 47f153350..58c80a35c 100644 --- a/config-ml.in +++ b/config-ml.in @@ -493,7 +493,6 @@ multi-do: true; \ else \ rootpre=`${PWD_COMMAND}`/; export rootpre; \ - srcrootpre=`cd $(srcdir); ${PWD_COMMAND}`/; export srcrootpre; \ lib=`echo "$${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$$,\1,'`; \ compiler="$(CC)"; \ for i in `$${compiler} --print-multi-lib 2>/dev/null`; do \