From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: bug#327: 23.0.60; make bootstrap fails from CVS Date: Tue, 27 May 2008 15:53:08 -0400 Message-ID: References: <86ej7nenp4.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211918117 27454 80.91.229.12 (27 May 2008 19:55:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 May 2008 19:55:17 +0000 (UTC) Cc: 327@emacsbugs.donarmstrong.com, emacs-pretest-bug@gnu.org To: Teodor Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 27 21:55:58 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K15Gp-0001gH-IW for ged-emacs-devel@m.gmane.org; Tue, 27 May 2008 21:55:43 +0200 Original-Received: from localhost ([127.0.0.1]:38989 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K15G4-0004sH-AW for ged-emacs-devel@m.gmane.org; Tue, 27 May 2008 15:54:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K15Fz-0004ro-OB for emacs-devel@gnu.org; Tue, 27 May 2008 15:54:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K15Fy-0004qR-AP for emacs-devel@gnu.org; Tue, 27 May 2008 15:54:50 -0400 Original-Received: from [199.232.76.173] (port=59423 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K15Fx-0004qC-VR for emacs-devel@gnu.org; Tue, 27 May 2008 15:54:50 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:46207) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K15Fx-0005vg-LP for emacs-devel@gnu.org; Tue, 27 May 2008 15:54:49 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1K15EK-0006bu-NK; Tue, 27 May 2008 15:53:08 -0400 X-Spook: industrial intelligence counter terrorism doctrine ASO X-Ran: i:z*t\bMNwTo'Qhes_I#1K]3*_#@=Z6XAx")Z'MEE6TPHwKhhV]}4R?9{+&Bf,j}V@5NC+ X-Hue: cyan X-Attribution: GM In-Reply-To: <86ej7nenp4.fsf@lifelogs.com> (Teodor Zlatanov's message of "Tue, 27 May 2008 11:06:31 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:97825 gmane.emacs.pretest.bugs:22463 Archived-At: Teodor Zlatanov wrote: > Compiling /home/tzz/source/emacs/lisp/button.el > Wrote /home/tzz/source/emacs/lisp/button.elc > make[3]: *** No rule to make target `/home/tzz/source/emacs/lisp/calc/calc-aent.elc', needed by `compile-main'. Stop. Sorry, I don't know what is wrong. It works for me. There is a suffix rule that tells make how to build .elc files from .el files. I don't know why it works for some files for you and not others. It fails for you on the first one in a subdirectory of $lisp, but I don't know what that tells us.