From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: make error on pinyin, leim, Date: Tue, 26 Feb 2019 05:30:39 +0200 Message-ID: <83k1hnmdk0.fsf@gnu.org> References: <87pnrgmbx9.fsf@yandex.com> <87o970xdop.fsf@gmx.net> <83sgwbn9ik.fsf@gnu.org> <871s3vadj6.fsf@ericabrahamsen.net> <87d0nf8swu.fsf@ericabrahamsen.net> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="207152"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: Eric Abrahamsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 26 04:31:12 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gyTSa-000rjd-39 for ged-emacs-devel@m.gmane.org; Tue, 26 Feb 2019 04:31:12 +0100 Original-Received: from localhost ([127.0.0.1]:47771 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gyTSZ-0006YW-0O for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2019 22:31:11 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:44383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gyTS0-0006YA-6S for emacs-devel@gnu.org; Mon, 25 Feb 2019 22:30:36 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gyTRs-0001Uu-Tt; Mon, 25 Feb 2019 22:30:31 -0500 Original-Received: from [176.228.60.248] (port=3691 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gyTRs-0005dK-0V; Mon, 25 Feb 2019 22:30:28 -0500 In-reply-to: <87d0nf8swu.fsf@ericabrahamsen.net> (message from Eric Abrahamsen on Mon, 25 Feb 2019 13:22:41 -0800) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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:233622 Archived-At: > From: Eric Abrahamsen > Date: Mon, 25 Feb 2019 13:22:41 -0800 > > I have to assume I did something wrong with the dependencies, since the > whole point of make is that it should detect that titdic-cnv.el (or > pinyin.el?) is out of date and recompile -- isn't it? No, the dependencies are OK. The problem is the old titdic-cnv.elc, which doesn't include the new function required to produce pinyin.el, and the fact that Emacs loads a .elc file in preference to the corresponding .el file. If anything is wrong, it's the fact that we do "make all" in leim/ before we compile Lisp files in lisp/. So it's a one-time thing.