From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: Files in build-aux Date: Mon, 03 May 2021 12:21:54 -0700 Message-ID: <878s4vtygd.fsf@ericabrahamsen.net> References: <83pmy763zi.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32883"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Eli Zaretskii , Alan Third , Emacs developers To: Philipp Stephani Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon May 03 21:27:08 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ldeDk-0008Sg-Ew for ged-emacs-devel@m.gmane-mx.org; Mon, 03 May 2021 21:27:08 +0200 Original-Received: from localhost ([::1]:55502 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ldeDj-0003Uc-Hf for ged-emacs-devel@m.gmane-mx.org; Mon, 03 May 2021 15:27:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48290) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lde8k-0005yT-RC for emacs-devel@gnu.org; Mon, 03 May 2021 15:21:58 -0400 Original-Received: from ericabrahamsen.net ([52.70.2.18]:59998 helo=mail.ericabrahamsen.net) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lde8j-0000bA-9m; Mon, 03 May 2021 15:21:58 -0400 Original-Received: from localhost (c-71-197-184-122.hsd1.wa.comcast.net [71.197.184.122]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id E5D01FA01F; Mon, 3 May 2021 19:21:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1620069716; bh=DUDDafit1zg8NKPm+TdgfbgEkBJ+k4PVjlA+gvGaJ0Q=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=EIfJUokCpxnx45nxeSeSaJSRYJWOx5uA8+ci2llpWzEoCjuR8Z88hKLOH57TU7h4I JghJmwqxbu+fk+4/ms1EqztBKw/AfvhKRGV6OExScETN4e0P91fSvaueYybRFyNvI1 6SfQoaXdjdVZgPJnexogfI/er6/3OzhQfJN8w92E= In-Reply-To: (Philipp Stephani's message of "Mon, 3 May 2021 21:04:55 +0200") Received-SPF: pass client-ip=52.70.2.18; envelope-from=eric@ericabrahamsen.net; helo=mail.ericabrahamsen.net X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:268840 Archived-At: Philipp Stephani writes: > Am Mo., 3. Mai 2021 um 20:56 Uhr schrieb Eli Zaretskii : >> >> > From: Philipp Stephani >> > Date: Mon, 3 May 2021 20:36:55 +0200 >> > >> > Am Mo., 3. Mai 2021 um 19:53 Uhr schrieb Alan Third : >> > > >> > > For a little while now I've had two files that seem to be updated when >> > > I run make, and then git tells me have been modified: >> > > >> > > build-aux/config.guess >> > > build-aux/config.sub >> > > >> > > I've just been resetting as and when required, but they always come >> > > back after a build. I only see this on my mac, I don't see it on a >> > > Debian system. Is there something I should be doing with them? >> > >> > FWIW, I see the same behavior. >> >> FWIW, I don't. Strange. > > This only happens on macOS. Happens on Arch Linux, too!