From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id 8C0913865460 for ; Mon, 9 Nov 2020 13:31:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 8C0913865460 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org Received: from tarox.wildebeest.org (tarox.wildebeest.org [172.31.17.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 72AE430291AB; Mon, 9 Nov 2020 14:31:50 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 69046413C07B; Mon, 9 Nov 2020 14:31:50 +0100 (CET) Message-ID: <94d42371b709217847a34cdca5851a9dcf470305.camel@klomp.org> Subject: Re: [PATCH 2/1] config: do not define DEBUGINFOD_URLS environment variable unnecessarily From: Mark Wielaard To: "Dmitry V. Levin" , elfutils-devel@sourceware.org Cc: Vitaly Chikunov Date: Mon, 09 Nov 2020 14:31:50 +0100 In-Reply-To: <20201104080000.GA28269@altlinux.org> References: <20201102080000.GA22615@altlinux.org> <20201104080000.GA28269@altlinux.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2020 13:31:54 -0000 Hi Dmitry, On Wed, 2020-11-04 at 08:00 +0000, Dmitry V. Levin wrote: > Before this change, when elfutils was configured without > --enable-debuginfod-urls, the installed profile.d/debuginfod.sh and > profile.d/debuginfod.csh scripts used to define the DEBUGINFOD_URLS > environment variable as an non-empty string containing spaces, making > all libdebuginfod users do extra work. >=20 > Change these scripts to avoid defining the DEBUGINFOD_URLS environment > variable unless configured using --enable-debuginfod-urls. Looks good. Thanks for figuring out the csh variant. Pushed. Cheers, Mark