From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: emacs floating point error during dump? Date: Mon, 14 Jul 2003 06:22:04 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3791-Mon14Jul2003062204+0300-eliz@elta.co.il> References: <200307081321.h68DLnC3009346@rum.cs.yale.edu> <200307091344.h69DiZXj014067@rum.cs.yale.edu> <200307132306.h6DN6Wpq004158@rum.cs.yale.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1058153092 23109 80.91.224.249 (14 Jul 2003 03:24:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 14 Jul 2003 03:24:52 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jul 14 05:24:49 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19btxJ-00060Z-00 for ; Mon, 14 Jul 2003 05:24:49 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19buAN-0008Uf-00 for ; Mon, 14 Jul 2003 05:38:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19btwd-0000Yj-EL for emacs-devel@quimby.gnus.org; Sun, 13 Jul 2003 23:24:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19btwV-0000OM-MG for emacs-devel@gnu.org; Sun, 13 Jul 2003 23:23:59 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19btwU-0000Jb-0K for emacs-devel@gnu.org; Sun, 13 Jul 2003 23:23:58 -0400 Original-Received: from frigg.inter.net.il ([192.114.186.16]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19btwT-0000FT-G3 for emacs-devel@gnu.org; Sun, 13 Jul 2003 23:23:57 -0400 Original-Received: from zaretski ([80.230.196.72]) by frigg.inter.net.il (Mirapoint Messaging Server MOS 3.3.5-GR) with ESMTP id COV11824; Mon, 14 Jul 2003 06:23:54 +0300 (IDT) Original-To: emacs-devel@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Sam Steingold on 13 Jul 2003 19:58:15 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15588 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15588 > From: Sam Steingold > Date: 13 Jul 2003 19:58:15 -0400 > > > - modifying `Makefile.in' will correctly cause rebuilding of > > `Makefile' but will fail to reconstruct the targets that the > > Makefile describes. > > I am afraid you lost me here. > Do you mean that every target should depend on the Makefile? > If yes, I am sure you can easily add Makefile to each target line. This problem exists in every GNU project (and elsewhere). AFAIU, the solution is that when Makefile.in changes, one does a "make clean" and then "configure" and "make".