From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Last commit breaks macOS build Date: Thu, 05 Jan 2017 21:38:09 +0200 Message-ID: <83vattcn6m.fsf@gnu.org> References: <103c5ca4-dba4-9cf1-1c15-535684235be9@alice.it> <1f69c5da-eb8a-740e-873f-4809a04e2d77@alice.it> <8360lteb39.fsf@gnu.org> <51ffb0cd-ce29-e2ae-a1ee-2fc01c299710@alice.it> <831swhe8v7.fsf@gnu.org> <6d04ad51-6ecc-4a01-a8f1-53217f219e38@alice.it> <83zij5cs3d.fsf@gnu.org> <87mvf52wwh.fsf@linux-m68k.org> <83y3ypcql1.fsf@gnu.org> <87inpt2w9m.fsf@linux-m68k.org> <83wpe9cpyc.fsf@gnu.org> <87eg0h2vaa.fsf@linux-m68k.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1483645115 4691 195.159.176.226 (5 Jan 2017 19:38:35 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 5 Jan 2017 19:38:35 +0000 (UTC) Cc: rcopley@gmail.com, eggert@cs.ucla.edu, emacs-devel@gnu.org, angelo.graziosi@alice.it To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 05 20:38:30 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cPDrp-0000Yz-W5 for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2017 20:38:30 +0100 Original-Received: from localhost ([::1]:48333 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPDru-0001D1-70 for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2017 14:38:34 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPDrj-0001Bi-VF for emacs-devel@gnu.org; Thu, 05 Jan 2017 14:38:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPDrg-00024U-SZ for emacs-devel@gnu.org; Thu, 05 Jan 2017 14:38:23 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPDrg-00024Q-Ph; Thu, 05 Jan 2017 14:38:20 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3375 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cPDrd-0001Ay-MG; Thu, 05 Jan 2017 14:38:20 -0500 In-reply-to: <87eg0h2vaa.fsf@linux-m68k.org> (message from Andreas Schwab on Thu, 05 Jan 2017 19:53:17 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:211138 Archived-At: > From: Andreas Schwab > Cc: angelo.graziosi@alice.it, rcopley@gmail.com, eggert@cs.ucla.edu, emacs-devel@gnu.org > Date: Thu, 05 Jan 2017 19:53:17 +0100 > > On Jan 05 2017, Eli Zaretskii wrote: > > > Strangely, whether I set xpg_echo or not, the current autogen.sh > > produces the same nt/gnulib.mk, although the effect on 'echo' is as > > you indicate above. So why doesn't that option have effect here? > > Because you are relying on unspecified behaviour of the sed script. Thanks.