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: *-loaddefs.el files are not byte-compiled after being regenerated Date: Thu, 04 Aug 2022 19:49:31 +0300 Message-ID: <83a68k2btw.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38131"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 04 18:51:44 2022 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 1oJe4V-0009ny-Sh for ged-emacs-devel@m.gmane-mx.org; Thu, 04 Aug 2022 18:51:44 +0200 Original-Received: from localhost ([::1]:49218 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oJe4U-0006dy-TQ for ged-emacs-devel@m.gmane-mx.org; Thu, 04 Aug 2022 12:51:42 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42968) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJe2R-0005O8-3S for emacs-devel@gnu.org; Thu, 04 Aug 2022 12:49:35 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:45722) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJe2Q-0003dr-Qi; Thu, 04 Aug 2022 12:49:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Subject:To:From:Date:mime-version:in-reply-to: references; bh=r79/XxRFxxxJfFA4BO4Z3PILPJSTa7sZ+74iL9CrFyM=; b=n1GNjhivkocfFY Xodo4oIyA396UWvOy3n0MqMojJZx772ztW4hMeCnuRu9Wq8OaTjsnnDtTiErjIF+Wll69UbTei+zk +H+Vi9VURWjDbTDwOXLZVFQIeB/LUu3pP1iaTq/LBl80MGALm05jmA46WphBY8XxjgZxN5w3FUxpi GtkQutXj6DZn3P/PNVL5gxyXC4wQLyvEbzlo03RR4qnVZv5PsPNWXjPTRXUY+yqfXWwiPjaM94h/S GpaQh30LmWLOm+dDUH72VQxN7hTgoMb+CqzQEwNGWaLxBsUfAiMMcc6e2vt4UZzrPclzXWHlRACo5 jWuhsG3Xub3ZfVQV4BhQ==; Original-Received: from [87.69.77.57] (port=2674 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 1oJe2Q-00076m-1d; Thu, 04 Aug 2022 12:49:34 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:293078 Archived-At: Something's wrong with the Makefile rules for these files: I see quite a lot that they are regenerated, but the results are not subsequently byte-compiled, causing warnings when I start Emacs after building it.