From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.devel Subject: Files in build-aux Date: Sat, 1 May 2021 12:49:06 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10397"; mail-complaints-to="usenet@ciao.gmane.io" To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon May 03 19:54:05 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 1ldclh-0002Yi-IT for ged-emacs-devel@m.gmane-mx.org; Mon, 03 May 2021 19:54:05 +0200 Original-Received: from localhost ([::1]:35870 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ldclg-0003id-K8 for ged-emacs-devel@m.gmane-mx.org; Mon, 03 May 2021 13:54:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56568) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ldci2-000768-1T for emacs-devel@gnu.org; Mon, 03 May 2021 13:50:18 -0400 Original-Received: from [217.169.17.33] (port=50787 helo=breton.holly.idiocy.org) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ldci0-0007JI-4V for emacs-devel@gnu.org; Mon, 03 May 2021 13:50:17 -0400 Original-Received: by breton.holly.idiocy.org (Postfix, from userid 501) id 594CE202BF9A6E; Sat, 1 May 2021 12:49:06 +0100 (BST) Mail-Followup-To: Alan Third , Emacs-Devel devel Content-Disposition: inline X-Host-Lookup-Failed: Reverse DNS lookup failed for 217.169.17.33 (failed) Received-SPF: none client-ip=217.169.17.33; envelope-from=alan@breton.holly.idiocy.org; helo=breton.holly.idiocy.org X-Spam_score_int: 16 X-Spam_score: 1.6 X-Spam_bar: + X-Spam_report: (1.6 / 5.0 requ) BAYES_50=0.8, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=no 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:268829 Archived-At: 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? -- Alan Third