From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Makefile bug in generating mh-loaddefs.el? Date: Wed, 04 Jul 2007 06:17:17 +0300 Message-ID: References: <200707031842.l63IgTR8029247@oogie-boogie.ics.uci.edu> <200707032055.l63KtOIo003839@oogie-boogie.ics.uci.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1183519047 7060 80.91.229.12 (4 Jul 2007 03:17:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Jul 2007 03:17:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 04 05:17:25 2007 connect(): Connection refused 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 1I5vMr-0004JB-Df for ged-emacs-devel@m.gmane.org; Wed, 04 Jul 2007 05:17:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5vMq-0002OH-NP for ged-emacs-devel@m.gmane.org; Tue, 03 Jul 2007 23:17:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I5vMm-0002No-RP for emacs-devel@gnu.org; Tue, 03 Jul 2007 23:17:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I5vMl-0002ND-Ge for emacs-devel@gnu.org; Tue, 03 Jul 2007 23:17:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5vMl-0002N8-BC for emacs-devel@gnu.org; Tue, 03 Jul 2007 23:17:19 -0400 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I5vMk-0004Hq-Tz for emacs-devel@gnu.org; Tue, 03 Jul 2007 23:17:19 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-218-89.inter.net.il [83.130.218.89]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id IGA78608 (AUTH halo1); Wed, 4 Jul 2007 06:17:14 +0300 (IDT) In-reply-to: <200707032055.l63KtOIo003839@oogie-boogie.ics.uci.edu> (message from Dan Nicolaescu on Tue, 03 Jul 2007 13:55:24 -0700) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:74260 Archived-At: > From: Dan Nicolaescu > Date: Tue, 03 Jul 2007 13:55:24 -0700 > Cc: emacs-devel@gnu.org > > Do this > > rm src/emacs mh-e/mh-loaddefs.el > cd lisp > make mh-autoloads > > "make mh-autoloads" will fail, now run "make mh-autoloads" again and it will > succeed... I think this is true for almost any other target in lisp/Makefile.