From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91839 invoked by alias); 6 Apr 2016 15:08:21 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 91815 invoked by uid 89); 6 Apr 2016 15:08:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=HContent-Transfer-Encoding:7Bit X-Spam-User: qpsmtpd, 2 recipients X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 06 Apr 2016 15:08:19 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 03FDE812F9; Wed, 6 Apr 2016 17:08:16 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E90Ae3oERm9Z; Wed, 6 Apr 2016 17:08:15 +0200 (CEST) Received: from polaris.localnet (bon31-6-88-161-99-133.fbx.proxad.net [88.161.99.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id D7D04812E7; Wed, 6 Apr 2016 17:08:15 +0200 (CEST) From: Eric Botcazou To: Jonathan Wakely Cc: gcc-patches@gcc.gnu.org, Jakub Jelinek , libstdc++@gcc.gnu.org Subject: Re: [patch] Remove superfluous /dev/null on grep line Date: Wed, 06 Apr 2016 15:08:00 -0000 Message-ID: <1629753.uOLuc5a5Ze@polaris> User-Agent: KMail/4.14.9 (Linux/3.16.7-35-desktop; KDE/4.14.9; x86_64; ; ) In-Reply-To: <20160406091218.GM5814@redhat.com> References: <3554293.nIQqjdAT3l@polaris> <20160406090126.GU19207@tucnak.redhat.com> <20160406091218.GM5814@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-SW-Source: 2016-04/txt/msg00305.txt.bz2 > OK, I have no objection to the original patch then. Thanks, applied. FWIW I verified that the library still builds after the change with an empty port_specific_symbol_files variable. -- Eric Botcazou