From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: The emacs-28 release branch has been created Date: Sun, 03 Oct 2021 18:17:28 +0300 Message-ID: <83ee9287ef.fsf@gnu.org> References: <83lf3dgbl3.fsf@gnu.org> <6c7a9f1a-bf2d-4213-b954-2025eee1f282@cornell.edu> <838rzaa264.fsf@gnu.org> <2434455f-34f5-3e6b-b26f-db7b66cf8f3d@cornell.edu> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29413"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Ken Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 03 17:19:23 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 1mX3Gs-0007Rz-T7 for ged-emacs-devel@m.gmane-mx.org; Sun, 03 Oct 2021 17:19:22 +0200 Original-Received: from localhost ([::1]:51612 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mX3Gr-0004Uj-Kf for ged-emacs-devel@m.gmane-mx.org; Sun, 03 Oct 2021 11:19:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33568) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mX3FH-0003kX-RD for emacs-devel@gnu.org; Sun, 03 Oct 2021 11:17:44 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50466) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mX3FG-00008q-7F; Sun, 03 Oct 2021 11:17:42 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1796 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mX3FF-0000Ki-PU; Sun, 03 Oct 2021 11:17:42 -0400 In-Reply-To: <2434455f-34f5-3e6b-b26f-db7b66cf8f3d@cornell.edu> (message from Ken Brown on Sun, 3 Oct 2021 11:01:25 -0400) 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:276117 Archived-At: > Cc: emacs-devel@gnu.org > From: Ken Brown > Date: Sun, 3 Oct 2021 11:01:25 -0400 > > I'll try that later today. Thanks! > In the meantime, I did notice one bug: src/Makefile.in is missing > > HAVE_NATIVE_COMP = @HAVE_NATIVE_COMP@ I think it's supposed to get that from the top-level Makefile. Doesn't it do that in your builds?